Skip to content

Commit

Permalink
Merge pull request neuvector#1615 from williamlin-suse/main
Browse files Browse the repository at this point in the history
NVSHAS-9525: Resolve existing Go linter issues
  • Loading branch information
williamlin-suse authored Oct 17, 2024
2 parents dd7f75a + 70b045d commit 62e0540
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ linters:
- staticcheck
- unused
- gofmt

issues:
exclude-rules:
- path: share/
linters:
- staticcheck
text: 'SA5008: unknown JSON option ("cloak"|"overflow")'
- path: controller/
linters:
- staticcheck
text: 'SA5008: unknown JSON option ("cloak"|"overflow")'

0 comments on commit 62e0540

Please sign in to comment.