Skip to content

Commit 3592078

Browse files
hyperpolymathclaude
andcommitted
chore: standardise, Justfile, (rename,, fix, parse, errors,, remove, useless, commands)
Batch Justfile audit: standardised naming (lowercase→Justfile), fixed parse errors, removed useless build-riscv from non-Rust repos, added missing assail recipe, and fixed code quality issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82b69ed commit 3592078

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Justfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ lint:
7575
fmt:
7676
cargo fmt -- --check
7777

78+
# Check formatting without modifying
79+
fmt-check:
80+
cargo fmt --all --check
7881
# Full CI check (fmt + lint + test)
7982
ci: fmt lint test
8083

@@ -129,3 +132,7 @@ completions: build
129132
build-riscv:
130133
@echo "Building for RISC-V..."
131134
cross build --target riscv64gc-unknown-linux-gnu
135+
136+
# Run panic-attacker pre-commit scan
137+
assail:
138+
@command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"

0 commit comments

Comments
 (0)