mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
[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
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue