summaryrefslogtreecommitdiffstats
path: root/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index 8f9b2cbf..63e671a9 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -204,6 +204,14 @@ linters:
- tagliatelle
- errname
- typecheck
+ - grouper
+ - decorder
+ - maintidx
+ - exhaustruct
+ - asasalint
+ - execinquery
+ - nosnakecase
+ - exhaustive
# rules to deal with reported isues
issues:
# List of regexps of issue texts to exclude, empty list by default.