Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .hypatia-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,6 @@ cicd_rules/banned_language_file:formal/Makefile.conf
# handled by in-file `hypatia: allow` directives, not here.)
code_safety/admitted:formal/Semantics.v

# ─── Stale duplicate linter (lib/linter.rs) ────────────────────────────────────
#
# lib/linter.rs (178 lines) is a stale/legacy sibling of the live
# src/ephapax-tools/src/linter.rs (920 lines). Its two `line.find(..).unwrap_or(0)+1`
# sites compute 1-based diagnostic columns; 0 is a benign "column 1" default, not a
# masked fault. Exempted pending an owner decision on whether to remove the duplicate.
code_safety/unwrap_dangerous_default:lib/linter.rs

# ─── SD009: legacy OCaml files without SPDX headers (src/*.ml) ──────────────────
#
# src/{lexer,parser,ast,typecheck}.ml are legacy OCaml artefacts in a Rust/Coq/Idris
# project (the live type checker is Rust). Adding licence headers is an SPDX edit,
# which estate policy reserves for the owner (no-automated-licence-edits). Flag-only:
# exempted here and surfaced to the owner — these are also candidates for removal.
structural_drift/SD009:src/lexer.ml
structural_drift/SD009:src/parser.ml
structural_drift/SD009:src/ast.ml
structural_drift/SD009:src/typecheck.ml

# ─── SD022: doc references to pre-restructure directories (deferred doc refresh) ─
#
# EXPLAINME/README/ROADMAP.adoc + tests/fuzz/FUZZING_GUIDE.md reference dirs
Expand Down
99 changes: 0 additions & 99 deletions lib/formatter.rs

This file was deleted.

178 changes: 0 additions & 178 deletions lib/linter.rs

This file was deleted.

44 changes: 0 additions & 44 deletions src/ast.ml

This file was deleted.

Loading
Loading