Skip to content

Commit

Permalink
update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Oct 12, 2023
1 parent 733af8d commit ec764cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ linters:
- govet
- revive
- gosec
- nakedret
- stylecheck
- misspell
- errcheck
- unparam
fast: true
linters-settings:
gosec:
excludes:
- G101
- G601
- G602
stylecheck:
checks: [ "all", "-ST1003", "-ST1023", "-ST1022" ]
staticcheck:
Expand Down

0 comments on commit ec764cf

Please sign in to comment.