Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed Aug 27, 2024
1 parent d2ae7ee commit 048c9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ issues:
exclude:
- 'ST1000: at least one file in a package should have a package comment'
- 'package-comments: should have a package comment'
- 'G602: slice index out of range'
- 'G602: slice bounds out of range'
exclude-rules:
- path: (.+)_test.go
linters:
Expand Down

0 comments on commit 048c9c7

Please sign in to comment.