Skip to content

Commit

Permalink
Disable exhaustive linter
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 11, 2021
1 parent 706188b commit ca54fa3
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 @@ -9,7 +9,6 @@ linters:
- durationcheck
- errcheck
- errorlint
- exhaustive
- exportloopref
- forbidigo
- forcetypeassert
Expand Down Expand Up @@ -55,6 +54,7 @@ linters:
- whitespace
disable:
- cyclop
- exhaustive
- exhaustivestruct
- funlen
- gochecknoglobals
Expand Down

0 comments on commit ca54fa3

Please sign in to comment.