Skip to content

Commit bd59a9a

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 5e4bbed commit bd59a9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

justfile renamed to Justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ fmt:
2828
lint:
2929
@echo "TODO: Add lint command"
3030

31-
# [AUTO-GENERATED] Multi-arch / RISC-V target
32-
build-riscv:
33-
@echo "Building for RISC-V..."
34-
cross build --target riscv64gc-unknown-linux-gnu
35-
3631
# Run panic-attacker pre-commit scan
3732
assail:
3833
@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)