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