diff options
| author | 2026-03-06 18:38:44 +0800 | |
|---|---|---|
| committer | 2026-03-06 18:58:30 +0800 | |
| commit | f2922155de01b734e3e8b3f50be8f263ec13cacd (patch) | |
| tree | 6dcfcf5689e63eea09314dce543e1de26cab89fe /refstore/shorten.go | |
| parent | internal/compress: Format (diff) | |
| signature | No signature | |
*: Lint v0.1.68
Diffstat (limited to 'refstore/shorten.go')
| -rw-r--r-- | refstore/shorten.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refstore/shorten.go b/refstore/shorten.go index 250ab01f..ae20a52e 100644 --- a/refstore/shorten.go +++ b/refstore/shorten.go @@ -7,6 +7,7 @@ type shortenRule struct { suffix string } +//nolint:gochecknoglobals var shortenRules = [...]shortenRule{ {prefix: "", suffix: ""}, {prefix: "refs/", suffix: ""}, |
