Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.14 KB

Bug-fix:-Report-instances-of-items-that-used-to-be-covered-by-a-now-missing-expect-entry.md

File metadata and controls

28 lines (17 loc) · 1.14 KB

Report instances of items that used to be covered by a now missing expect entry

Setup

  1. You have helllo in a file.log
  2. You have Helllo in a README.md
  3. You add helllo to expect.txt to make check-spelling happy

Action

  1. You delete file.log
  2. You commit
  3. 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