Skip to content

Commit

Permalink
Update CI configs to v0.11.5
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot authored and Sean-Der committed Apr 2, 2024
1 parent 9449b50 commit 43bd5b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

linters-settings:
govet:
check-shadowing: true
enable:
- shadow
misspell:
locale: US
exhaustive:
Expand Down Expand Up @@ -110,6 +111,7 @@ linters:

issues:
exclude-use-default: false
exclude-dirs-use-default: false
exclude-rules:
# Allow complex tests and examples, better to be self contained
- path: (examples|main\.go|_test\.go)
Expand All @@ -121,6 +123,3 @@ issues:
- path: cmd
linters:
- forbidigo

run:
skip-dirs-use-default: false

0 comments on commit 43bd5b3

Please sign in to comment.