We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5f9bc commit 6836cf6Copy full SHA for 6836cf6
.golangci.yml
@@ -149,7 +149,6 @@ linters:
149
- govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string
150
- ineffassign # Detects when assignments to existing variables are not used
151
- staticcheck # Staticcheck is a go vet on steroids, applying a ton of static analysis checks
152
- - typecheck # Like the front-end of a Go compiler, parses and type-checks Go code
153
- unused # Checks Go code for unused constants, variables, functions and types
154
## disabled by default
155
# - asasalint # Check for pass []any as any in variadic func(...any)
0 commit comments