summaryrefslogtreecommitdiff
path: root/tools/check-lints
blob: 1314896e7c452842bc09f315d44a611da2b4845b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -ex

# tools/check-lints
#
# Checks that the code in this project passes style checks.

cargo fmt -- --check
cargo clippy -- --deny warnings