We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef11099 commit 9ccb46eCopy full SHA for 9ccb46e
1 file changed
.github/workflows/lint.yml
@@ -17,6 +17,6 @@ jobs:
17
go-version-file: "go.mod"
18
cache: false
19
- name: golangci-lint
20
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
21
with:
22
- args: --timeout=10m --enable-all --disable wsl,gocritic,funlen,depguard,exhaustivestruct,varnamelen,nestif,cyclop,exhaustruct,revive
+ args: --timeout=10m --default all --disable wsl,gocritic,funlen,depguard,exhaustivestruct,varnamelen,nestif,cyclop,exhaustruct,revive
0 commit comments