Skip to content

Commit

Permalink
Actually add the linting script
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 31, 2023
1 parent 13d7808 commit b53d818
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env sh

cargo clippy -- \
-Dwarnings \
-Wclippy::all \
-Wclippy::pedantic \
-Aclippy::comparison_chain \
-Aclippy::missing-panics-doc \
-Aclippy::uninlined_format_args \
-Aclippy::module-name-repetitions \
-Aclippy::redundant-closure-for-method-calls

0 comments on commit b53d818

Please sign in to comment.