Skip to content

Commit

Permalink
internal/cli: remove nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Nov 7, 2023
1 parent 496d630 commit 5000d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (f *Flagset) Help() string {
for _, item := range f.flags {
flags = append(flags, item)
}

Check warning on line 61 in internal/cli/flagset/flagset.go

View check run for this annotation

Codecov / codecov/patch

internal/cli/flagset/flagset.go#L60-L61

Added lines #L60 - L61 were not covered by tests
//nolint: wsl

sort.Sort(ByName(flags))

for _, item := range flags {

Check warning on line 65 in internal/cli/flagset/flagset.go

View check run for this annotation

Codecov / codecov/patch

internal/cli/flagset/flagset.go#L63-L65

Added lines #L63 - L65 were not covered by tests
Expand Down

0 comments on commit 5000d25

Please sign in to comment.