Merge commit 'b794b8e08c' into clippy-subtree-update

This commit is contained in:
Philipp Krones 2024-07-11 15:44:03 +02:00
commit 2ed6ed41be
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
191 changed files with 4157 additions and 2504 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