Skip to content

Commit

Permalink
Disable exhaustruct (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak authored Nov 27, 2023
1 parent dd952e6 commit 623c302
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 @@ -42,7 +42,6 @@ linters:
- errorlint
- execinquery
- exhaustive
- exhaustruct
- exportloopref
- forcetypeassert
- ginkgolinter
Expand Down Expand Up @@ -92,6 +91,7 @@ linters:
# Disabled by your configuration linters
# - cyclop
# - errcheck
# - exhaustruct
# - forbidigo
# - funlen
# - gci
Expand Down

0 comments on commit 623c302

Please sign in to comment.