hurl/bin/check/clippy.sh
2023-08-08 15:59:20 +00:00

10 lines
216 B
Bash
Executable File

#!/bin/bash
set -Eeuo pipefail
# https://rust-lang.github.io/rust-clippy/master/index.html
cargo clippy -- \
--deny warnings \
--deny clippy::empty_structs_with_brackets \
--deny clippy::manual_string_new