Skip to content

Commit 17fc741

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 efac882 commit 17fc741

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

justfile renamed to Justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ verify-scanning:
6666
validate: test rsr-check verify-scanning
6767
@echo "🎉 Full validation complete!"
6868

69-
# [AUTO-GENERATED] Multi-arch / RISC-V target
70-
build-riscv:
71-
@echo "Building for RISC-V..."
72-
cross build --target riscv64gc-unknown-linux-gnu
73-
7469
# Run panic-attacker pre-commit scan
7570
assail:
7671
@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)