Skip to content

Commit e523e64

Browse files
add nolintlint for CI
1 parent 5b51dc8 commit e523e64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkg/golinters/gocognit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// nolint:dupl,stylecheck
1+
// nolint:dupl
2+
// nolint:stylecheck
23
package golinters
34

45
import (

pkg/golinters/gocyclo.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// nolint:dupl,stylecheck
1+
// nolint:dupl
2+
// nolint:stylecheck
23
package golinters
34

45
import (

0 commit comments

Comments
 (0)