Skip to content

Commit 6836cf6

Browse files
authored
Remove redundant typecheck linter (#955)
1 parent da5f9bc commit 6836cf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ linters:
149149
- govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string
150150
- ineffassign # Detects when assignments to existing variables are not used
151151
- 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
153152
- unused # Checks Go code for unused constants, variables, functions and types
154153
## disabled by default
155154
# - asasalint # Check for pass []any as any in variadic func(...any)

0 commit comments

Comments
 (0)