Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Jan 26, 2024
1 parent d658e72 commit 3f815d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ linters:
- misspell
- errcheck
- unparam
- deadcode
- structcheck
fast: true
linters-settings:
gosec:
Expand All @@ -21,6 +23,8 @@ linters-settings:
checks: [ "all", "-ST1003", "-ST1023", "-ST1022" ]
staticcheck:
checks: [ "all", "-SA1019"]
unparam:
check-exported: true
misspell:
ignore-words:
- untill
Expand Down

0 comments on commit 3f815d5

Please sign in to comment.