summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index d201869..1cd4c02 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -26,6 +26,7 @@ linters:
# Style
- nlreturn
- nonamedreturns # I name returns for godoc purposes.
+ - varnamelen # For generic structures, meaningful names are hard.
- wsl
# These are disabled not because I think they're bad, but because