Make unreachable a test rule for now (#15252)

This commit is contained in:
Micha Reiser
2025-01-04 12:52:08 +01:00
committed by GitHub
parent e4d9fe036a
commit f319531632
4 changed files with 5 additions and 1 deletions

View File

@@ -386,7 +386,7 @@ jobs:
- name: "Install Rust toolchain"
run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2
- run: ./scripts/add_rule.py --name DoTheThing --prefix PL --code C0999 --linter pylint
- run: ./scripts/add_rule.py --name DoTheThing --prefix F --code 999 --linter pyflakes
- run: cargo check
- run: cargo fmt --all --check
- run: |