Skip to content

Commit

Permalink
Merge pull request #1664 from reviewdog/golangci-lint
Browse files Browse the repository at this point in the history
CI: stop using golangci-lint --enable-all
  • Loading branch information
haya14busa committed Feb 8, 2024
2 parents d580586 + 1e76eb4 commit 48c9893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Expand Up @@ -173,7 +173,7 @@ jobs:
- uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--enable-all --exclude-use-default=false -D wsl -D testpackage --timeout 2m"
golangci_lint_flags: "--timeout 2m"
level: "warning"
reporter: github-pr-check

Expand Down

0 comments on commit 48c9893

Please sign in to comment.