Report instances of items that used to be covered by a now missing expect entry
Setup
- You have
hellloin afile.log - You have
Hellloin aREADME.md - You add
helllotoexpect.txtto make check-spelling happy
Action
- You delete
file.log - You commit
- You push
Without this change
check-spelling would complain about Helllo (suggesting adding it to expect.txt) and suggest removing helllo from expect.txt, but it wouldn't explain where it found Helllo.
With this change
check-spelling would complain about Helllo (suggesting adding it to expect.txt), suggest removing helllo from expect.txt, and explain it found Helllo in README.md.
Availability
Expected to be available in v0.0.22
FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts