Skip to content

Commit 6fa13db

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 e62001c commit 6fa13db

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,6 @@ sync-metadata:
483483
echo "✓ Metadata synchronized"
484484
fi
485485
486-
# [AUTO-GENERATED] Multi-arch / RISC-V target
487-
build-riscv:
488-
@echo "Building for RISC-V..."
489-
cross build --target riscv64gc-unknown-linux-gnu
490-
491486
# Run panic-attacker pre-commit scan
492487
assail:
493488
@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)