Radish alpha
r
Git libraries for Radicle
Radicle
Git (anonymous pull)
Log in to clone via SSH
F
Fintan Halpenny
radicle-git init 3 years ago 70b571b67bb4b26c8e95df5f13fae670f5cf3476 History
radicle-git scripts ci lint
#!/usr/bin/env bash
set -eoux pipefail

# Force clippy to consider all local sources
# https://github.com/rust-lang/rust-clippy/issues/4612
find . -name "*.rs" -not -path "./target/*" -exec touch "{}" +
cargo clippy --all-targets -- -D warnings