Searched +full:clippy +full:- +full:linting (Results 1 – 3 of 3) sorted by relevance
1 name: Rust linting, formatting and audit5 - .github/workflows/*.yml6 - '**/*.rs'7 - Cargo.toml8 - Cargo.lock11 clippy-linting:12 runs-on: ubuntu-latest14 - uses: actions/checkout@v316 - uses: actions-rs/toolchain@v1.0.619 components: clippy[all …]
10 runs-on: ubuntu-latest12 - name: Setup | Checkout15 - name: Setup | Rust16 uses: actions-rs/toolchain@v123 - name: Build | Format24 run: cargo fmt --all -- --check26 # Run the `clippy` linting tool27 clippy:28 name: Clippy [Linter]31 os: [ubuntu-latest, windows-latest, macos-latest][all …]
9 ## 7.1.3 - 2023-01-1513 - @Shadow5317 - panic in `many` and `count` combinators when the output type is zero sized19 ## 7.1.2 - 2023-01-0123 - @joubs24 - @Fyko25 - @LoganDark26 - @darnuria27 - @jkugelman28 - @barower[all …]