Skip to content

Commit

Permalink
Remove another unneeded nolint declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed May 21, 2020
1 parent 5c9cdc8 commit eda63de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/executor/executors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type configMapTestCase struct {
expected exp
}

//nolint:lll,gochecknoglobals
//nolint:gochecknoglobals
var configMapTestCases = []configMapTestCase{
{"", exp{parseError: true}},
{"1234", exp{parseError: true}},
Expand Down

0 comments on commit eda63de

Please sign in to comment.