summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 42692ad77..3ccb7b9e4 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -14,6 +14,7 @@ linters:
disable:
# All these break for one reason or another
- nolintlint
+ - tagliatelle # too many JSON keys cannot be changed due to compat
- gocognit
- testpackage
- goerr113
@@ -59,7 +60,6 @@ linters:
- errname
- forcetypeassert
- ireturn
- - tagliatelle
- varnamelen
- maintidx
- nilerr