mirror of https://github.com/stashapp/stash.git
[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:
parent
f4825fadf4
commit
0c7b5cf6a1
|
@ -9,8 +9,7 @@ linters:
|
|||
# Default set of linters from golangci-lint
|
||||
- errcheck
|
||||
- gosimple
|
||||
# removed to fix timeout error
|
||||
# - govet
|
||||
- govet
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- typecheck
|
||||
|
|
Loading…
Reference in New Issue