Skip to content

Commit

Permalink
Tweak default lint config (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Oct 7, 2022
1 parent 5a32690 commit b9ea846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ linters:
- structcheck
- varcheck
- deadcode
- testableexamples
- dupword

issues:
exclude-use-default: false
Expand All @@ -61,5 +63,6 @@ issues:
path: "_test.go"
- linters:
- errcheck # Error checking omitted for brevity.
- gosec
path: "example_"

0 comments on commit b9ea846

Please sign in to comment.