Skip to content

Commit ac2c3f8

Browse files
committed
add log configuration And ingore linter G302
1 parent 949046a commit ac2c3f8

4 files changed

Lines changed: 1615 additions & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: golangci-lint
1515
uses: reviewdog/action-golangci-lint@v1
1616
with:
17-
golangci_lint_flags: "--enable-all --timeout=10m --exclude-use-default=false --tests=false --disable=gochecknoinits,gochecknoglobals,exhaustive,nakedret,wrapcheck"
17+
golangci_lint_flags: "--enable-all --timeout=10m --exclude-use-default=false --tests=false --disable=gochecknoinits,gochecknoglobals,exhaustive,nakedret,wrapcheck -D G302"
1818

1919
test:
2020
name: test

0 commit comments

Comments
 (0)