diff --git a/.golangci.yml b/.golangci.yml index 40631058..9b582af4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -81,6 +81,9 @@ linters-settings: errcheck: check-type-assertions: true check-blank: true + exhaustive: + # https://golangci-lint.run/usage/linters/#exhaustive + default-signifies-exhaustive: true govet: enable: - fieldalignment