This file was generated automatically based on this two sources:
- /etc/nginx/mime.types
- http://www.garykessler.net/library/file_sigs.html
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
This file was generated automatically based on this two sources:
This is a JSON object by following structure:
[string ext] : {
signs: [sign]
| #!/usr/bin/bash | |
| HOOK="$(basename "$0")" | |
| FILETYPE=".rs\|Cargo.toml\|Cargo.lock" | |
| # comment and uncomment the steps that should be ran depending on commit/push/etc | |
| STEPS=( | |
| "cargo fmt --check" | |
| "cargo clippy --all-features --all-targets -- -Dclippy::all -Dwarnings" | |
| "cargo test --all" |