[Files Refactor] Fix lint github action error (#2853)

* Use alternative config file to disable linters that cause out of mem error
This commit is contained in:
WithoutPants 2022-08-26 14:35:40 +10:00
parent f4825fadf4
commit 0c7b5cf6a1
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ linters:
# Default set of linters from golangci-lint
- errcheck
- gosimple
# removed to fix timeout error
# - govet
- govet
- ineffassign
- staticcheck
- typecheck