2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00

Merge pull request #3077 from MichaelEischer/tame-golangci-lint

Switch to the default set of golangci-lint linters
This commit is contained in:
rawtaz 2020-11-08 22:34:27 +01:00 committed by GitHub
commit 605db3b389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ jobs:
version: v1.29
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
args: --verbose --timeout 5m --enable-all --disable wsl
args: --verbose --timeout 5m
# only run golangci-lint for pull requests, otherwise ALL hints get
# reported. We need to slowly address all issues until we can enable