Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fixup! ci: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FintanH committed Jan 20, 2022
1 parent 4c42d52 commit 435ce35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/lint
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
set -eoux pipefail

# Force clippy to consider all local sources
# https://github.com/rust-lang/rust-clippy/issues/4612
find . -name "*.rs" -not -path "./target/*" -exec touch "{}" +
cargo clippy --all-targets -- -D warnings

0 comments on commit 435ce35

Please sign in to comment.