Skip to content

Commit

Permalink
add nolintlint for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunhao116 committed Nov 6, 2020
1 parent 5b51dc8 commit a4ddfda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/golinters/gocognit.go
@@ -1,4 +1,4 @@
// nolint:dupl,stylecheck
// nolint:dupl,stylecheck,nolintlint
package golinters

import (
Expand Down
2 changes: 1 addition & 1 deletion pkg/golinters/gocyclo.go
@@ -1,4 +1,4 @@
// nolint:dupl,stylecheck
// nolint:dupl,stylecheck,nolintlint
package golinters

import (
Expand Down

0 comments on commit a4ddfda

Please sign in to comment.