diff options
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 5c64c886..0d46f732 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -185,6 +185,7 @@ linters: - gci - errorlint - nlreturn + - exhaustivestruct # rules to deal with reported isues issues: |