check-issue-refs.sh: scan .ini files too; drop tracker tags from .vale.ini
.vale.ini's own comments named the issues that gated write-good.Passive, but the tracker-tag lint's extension list didn't cover .ini, so it never caught its own violation. Extend the scope and reword the comment to prose that stands on its own.
This commit is contained in:
parent
8e6c813325
commit
606143cc42
2 changed files with 10 additions and 7 deletions
|
|
@ -11,9 +11,9 @@ Packages = Microsoft, alex, write-good
|
|||
|
||||
[*.md]
|
||||
BasedOnStyles = Microsoft, alex, write-good
|
||||
# Gated on CI (hyperhive#4546) once the existing backlog cleared to zero
|
||||
# (hyperhive#4548, hyperhive#4549) — every remaining hit at the time of this
|
||||
# flip is a reviewed false positive, individually wrapped in a scoped
|
||||
# Gated on CI once the existing backlog of write-good.Passive hits cleared
|
||||
# to zero — every remaining hit at the time of this flip is a reviewed
|
||||
# false positive, individually wrapped in a scoped
|
||||
# `<!-- vale write-good.Passive = NO/YES -->` pair rather than bulk-ignored.
|
||||
write-good.Passive = error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue