Commit be1171e
committed
chore(hypatia): exempt formal/Rows.v from the V-lang ban (per-file matcher)
.hypatia-ignore matches `${rule}:${path}` as fixed-string whole-line equality
(grep -qxF), not a glob — so each formal/*.v needs its own two lines. The new
Rows.v scaffold is a Coq proof script like its 16 siblings; add the same
vlang_detected + banned_language_file exemptions so a sweep cannot mis-flag it
as V-lang. (Rows.v stays un-wired from _CoqProject — the exemption is about the
file in the tree, independent of the build graph.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BbxKhXQwTvVgkYDgBMLJoa1 parent d66bfab commit be1171e
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
0 commit comments