Lintcheck: Add --warn-all and make it the CI default

This commit is contained in:
xFrednet 2024-07-05 16:36:24 +02:00
parent 94a000b613
commit 25bb612538
No known key found for this signature in database
GPG key ID: F5C59D0E669E5302
3 changed files with 43 additions and 21 deletions

View file

@ -58,7 +58,7 @@ jobs:
- name: Run lintcheck
if: steps.cache-json.outputs.cache-hit != 'true'
run: ./target/debug/lintcheck --format json
run: ./target/debug/lintcheck --format json --warn-all
- name: Upload base JSON
uses: actions/upload-artifact@v4
@ -86,7 +86,7 @@ jobs:
run: cargo build --manifest-path=lintcheck/Cargo.toml
- name: Run lintcheck
run: ./target/debug/lintcheck --format json
run: ./target/debug/lintcheck --format json --warn-all
- name: Upload head JSON
uses: actions/upload-artifact@v4