Skip to content

Commit

Permalink
Update golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Oct 8, 2024
1 parent 7cb7ce6 commit 9a54951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ linters-settings:
gosec:
excludes:
- G104 # TODO: Enable this again. Mostly provided by errcheck
- G115
config:
global:
# show-ignored: true # TODO: Enable this
Expand Down Expand Up @@ -289,7 +290,6 @@ linters:
- exhaustive
# - exhaustivestruct
# - exhaustruct
- exportloopref
- forbidigo
- forcetypeassert
# - funlen
Expand Down

0 comments on commit 9a54951

Please sign in to comment.