diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-07-11 15:44:03 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-07-11 15:44:03 +0200 |
| commit | 2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b (patch) | |
| tree | f7ee58daa96b6179271bf0ccf98b5ff00ec17d4d /src/tools/clippy/.github | |
| parent | fdf7ea6b5b1cac83c0f29e681202cf18bf25b01c (diff) | |
| parent | b794b8e08c16517a941dc598bb1483e8e12a8592 (diff) | |
| download | rust-2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b.tar.gz rust-2ed6ed41beebb2aa2ffc91ab0da4c5f70c40366b.zip | |
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-update
Diffstat (limited to 'src/tools/clippy/.github')
| -rw-r--r-- | src/tools/clippy/.github/workflows/lintcheck.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/clippy/.github/workflows/lintcheck.yml b/src/tools/clippy/.github/workflows/lintcheck.yml index 91c98b3a256..f016a770059 100644 --- a/src/tools/clippy/.github/workflows/lintcheck.yml +++ b/src/tools/clippy/.github/workflows/lintcheck.yml @@ -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 |
