Skip to content

Commit

Permalink
Removed typecheck from the linting suite
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Aug 21, 2023
1 parent ff0ff07 commit 4bfa81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ linters:
#- testpackage # TODO: Put tests in their dedicated test packages.
#- thelper # TODO: Requires test refactoring.
- tparallel
- typecheck
#- typecheck # Has become flakey and is no better than the compiler
- unconvert
#- unparam # TODO: This breaks something, look at it!
- unused
Expand Down

0 comments on commit 4bfa81c

Please sign in to comment.