Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
remove lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Feb 15, 2025
1 parent 185e06a commit df08ade
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,5 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.5,just@1,cargo-msrv@0.15,cargo-deny@0.14
tool: cargo-hack@0.5,just@1,cargo-msrv@0.16
- run: just verify
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
RUSTFLAGS: "-D warnings"
RUSTDOCFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack,just,cargo-deny
- run: just lint doc
- run: cargo deny check
29 changes: 0 additions & 29 deletions deny.toml

This file was deleted.

1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set dotenv-load

# Perform all verifications (compile, test, lint, etc.)
verify: test lint doc check-msrv
cargo deny check licenses

# Watch the source files and run `just verify` when source changes
watch:
Expand Down

0 comments on commit df08ade

Please sign in to comment.