fix: ignore exhaust linter

This commit is contained in:
Adrien Raffin-Caboisse 2022-05-16 15:13:16 +02:00
parent 4435a4f19d
commit c4e69fe2c3
No known key found for this signature in database
GPG Key ID: 7FB60532DEBEAD6A

View File

@ -25,6 +25,7 @@ linters:
- godox - godox
- ireturn - ireturn
- execinquery - execinquery
- exhaustruct
# We should strive to enable these: # We should strive to enable these:
- wrapcheck - wrapcheck