Skip to content

Commit

Permalink
Update exclude-dirs-use-default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Mar 22, 2024
1 parent 23b5aa9 commit e92375f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
@@ -1,5 +1,3 @@
run:
exclude-dirs-use-default: false
linters-settings:
errcheck:
check-type-assertions: true
Expand Down Expand Up @@ -55,6 +53,7 @@ linters:
- wrapcheck # don't _always_ need to wrap errors
- wsl # generous whitespace violates house style
issues:
exclude-dirs-use-default: false
exclude:
# Don't ban use of fmt.Errorf to create new errors, but the remaining
# checks from err113 are useful.
Expand Down

0 comments on commit e92375f

Please sign in to comment.