diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-30 17:20:24 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-30 17:20:24 -0500 |
| commit | 1f79945dd4ab386a9ea4ac58fb2161c174a26bba (patch) | |
| tree | 0344827c0793c636a6f1e3f2e3ebc88724ab4f89 /scripts/audit.sh | |
| parent | 4b24597eee171ccbc5f5fd7067fdd52b87931986 (diff) | |
| download | rulesets-1f79945dd4ab386a9ea4ac58fb2161c174a26bba.tar.gz rulesets-1f79945dd4ab386a9ea4ac58fb2161c174a26bba.zip | |
fix(lint-org): suppress verbatim-asterisk misplaced-heading false positives
org-lint reads an =** Foo= verbatim span in body prose as a possible misplaced heading, but verbatim markup is never a real heading. lint-org kept surfacing these as judgment items, so they recurred in lint-followups.org on every wrap and could never be acted on, since the todo.org content was already correct.
I added lo--verbatim-asterisk-at-line-p, which mirrors the markdown-bold detector: it checks the reported line and the one before it, since org-lint marks the blank line after the offender. A match is now suppressed silently, the same way the cj-comment false positives already are. I flipped the two tests that pinned the old judgment behavior, and confirmed todo.org lints clean (judgment=0). This resolves the checker-bug report I filed in the inbox earlier, which I removed.
Diffstat (limited to 'scripts/audit.sh')
0 files changed, 0 insertions, 0 deletions
