We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949046a commit ac2c3f8Copy full SHA for ac2c3f8
4 files changed
.github/workflows/actions.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: golangci-lint
15
uses: reviewdog/action-golangci-lint@v1
16
with:
17
- golangci_lint_flags: "--enable-all --timeout=10m --exclude-use-default=false --tests=false --disable=gochecknoinits,gochecknoglobals,exhaustive,nakedret,wrapcheck"
+ golangci_lint_flags: "--enable-all --timeout=10m --exclude-use-default=false --tests=false --disable=gochecknoinits,gochecknoglobals,exhaustive,nakedret,wrapcheck -D G302"
18
19
test:
20
name: test
0 commit comments