Skip to content

Commit f0f2d14

Browse files
committed
Remove deprecated typecheck linter
Signed-off-by: Fredrik Lönnegren <[email protected]>
1 parent c5351f3 commit f0f2d14

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
@@ -15,7 +15,6 @@ linters:
1515
- govet # run govet
1616
- ineffassign # check ineffectual assignments
1717
- staticcheck # staticcheck
18-
- typecheck # parse and check go code
1918
- unused # unused constants, variables, functions and types
2019
- revive # replacement for golint
2120
- dupl # check duplicated code

0 commit comments

Comments
 (0)