mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo clippy --all -- \
|
|
-A clippy::collapsible_if \
|
|
-A clippy::type_complexity \
|
|
-A clippy::wrong_self_convention
|