We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc1a66 commit 1cb61fbCopy full SHA for 1cb61fb
1 file changed
.golangci.yml
@@ -8,7 +8,6 @@ linters:
8
default: standard
9
disable:
10
# Disable overly strict linters for this project
11
- - typecheck # Handled by Go compiler
12
- varnamelen # Too strict for our use case
13
- wsl # Too opinionated about whitespace
14
enable:
0 commit comments