- You have
helllo
in afile.log
- You have
Helllo
in aREADME.md
- You add
helllo
toexpect.txt
to make check-spelling happy
- You delete
file.log
- You commit
- You push
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
.
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
.
Expected to be available in v0.0.22
FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts