Skip to content

Commit a4ddfda

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/golinters/gocognit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// nolint:dupl,stylecheck
1+
// nolint:dupl,stylecheck,nolintlint
22
package golinters
33

44
import (

pkg/golinters/gocyclo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// nolint:dupl,stylecheck
1+
// nolint:dupl,stylecheck,nolintlint
22
package golinters
33

44
import (

0 commit comments

Comments
 (0)