Skip to content

Commit 1cb61fb

Browse files
committed
Remove typecheck from disabled linters - not a valid linter in v2
1 parent 2bc1a66 commit 1cb61fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ linters:
88
default: standard
99
disable:
1010
# Disable overly strict linters for this project
11-
- typecheck # Handled by Go compiler
1211
- varnamelen # Too strict for our use case
1312
- wsl # Too opinionated about whitespace
1413
enable:

0 commit comments

Comments
 (0)