Skip to content

Commit

Permalink
Update exclude-dirs-use-default setting (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Mar 25, 2024
1 parent 26a9dbc commit 7191b30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
run:
exclude-dirs-use-default: false
linters-settings:
errcheck:
check-type-assertions: true
Expand Down Expand Up @@ -85,6 +83,7 @@ linters:
- whitespace
disable-all: true
issues:
exclude-dirs-use-default: false
exclude-rules:
- linters:
- forbidigo
Expand Down

0 comments on commit 7191b30

Please sign in to comment.