Skip to content

Commit 73c52e1

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 73fc3f8 commit 73c52e1

2 files changed

Lines changed: 3 additions & 35 deletions

File tree

Justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ lint:
2626
clean:
2727
@echo "Clean not configured yet"
2828

29-
# [AUTO-GENERATED] Multi-arch / RISC-V target
30-
build-riscv:
31-
@echo "Building for RISC-V..."
32-
cross build --target riscv64gc-unknown-linux-gnu
29+
# Run panic-attacker pre-commit scan
30+
assail:
31+
@command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"

justfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)