We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c86518 commit 93e2cd5Copy full SHA for 93e2cd5
git_sizer_test.go
@@ -90,6 +90,7 @@ func TestRefSelections(t *testing.T) {
90
91
refname string
92
}{
93
+ //nolint:gocritic // Want columns in comment to match initializers.
94
// 111111111
95
//0123456789012345678
96
{"+ + + + + + + + +", "refs/barfoo"},
sizes/output.go
@@ -470,6 +470,7 @@ func (s *HistorySize) contents(refGroups []RefGroup) tableContents {
470
metric := counts.Metric
471
binary := counts.Binary
472
473
+ //nolint:prealloc // The length is not known in advance.
474
var rgis []tableContents
475
for _, rg := range refGroups {
476
if rg.Symbol == "" {
0 commit comments