[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

View file

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