summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-31 11:32:19 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-31 11:32:19 -0700
commit721a5d1d37ddcd7f1b50a5ba4ce81952af387f04 (patch)
tree7a3c9978579cec22e42d6f8520f4f8341334dd76
parent1e8afc0ceb1e200ded8921f0ef8411301ab9be6a (diff)
.golangci.yml: Turn off varnamelen
-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