Skip to content

Commit

Permalink
add log configuration And ingore linter G302
Browse files Browse the repository at this point in the history
  • Loading branch information
yzj authored and yzj committed Aug 8, 2022
1 parent 949046a commit 00a296a
Show file tree
Hide file tree
Showing 4 changed files with 1,610 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
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"

test:
name: test
Expand Down
Loading

0 comments on commit 00a296a

Please sign in to comment.