We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64aae14 commit ed1cc5dCopy full SHA for ed1cc5d
.github/workflows/check.yml
@@ -71,7 +71,9 @@ jobs:
71
uses: giraffate/clippy-action@v1
72
with:
73
reporter: 'github-pr-review'
74
- clippy_flags: -- -Dwarnings -F clippy::suspicious -F clippy::correctness -F clippy::perf -F clippy::style
+ filter_mode: 'nofilter'
75
+ fail_on_error: 'true'
76
+ clippy_flags: --all-features --all-targets -- -Dwarnings -F clippy::suspicious -F clippy::correctness -F clippy::perf -F clippy::style
77
github_token: ${{ secrets.GITHUB_TOKEN }}
78
79
# Enable once we have a released crate
0 commit comments