index
:
pom-rs.git
trunk
Rust parser for the POM configuration language
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pre-commit.sh
blob: bcffdcab8b91aef8443f3ddd0f674fe04e47aa9f (
plain
)
1
2
3
4
#!/bin/sh
cargo
fmt
||
exit
1
cargo clippy
-- -D
warnings
||
exit
1
git add
-u
||
exit
1