classify-client/.therapist.yml

11 строки
254 B
YAML
Исходник Обычный вид История

2018-12-11 02:12:29 +03:00
actions:
rustfmt:
run: cargo fmt -- --unstable-features --check --skip-children {files}
fix: cargo fmt -- {files}
2018-12-11 02:12:29 +03:00
include: "*.rs"
2018-12-11 02:18:29 +03:00
clippy:
run: cargo clippy --all-targets --all-features
include:
- "*.rs"
- "Cargo.toml"