You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose one wants to ignore the word:"cips" in a file latex/references.bib, yet one would not want to ignore that word in other files.
Example
Normally, one could ignore spelling mistakes in file latex/references.bib with an ignore list of words in file: codespell/ignore_references_bib.txt using:
codespell -I codespell/ignore_references_bib.txt
However, this applies that list of ignored words, to all files.
Question
(How) is it possible to only apply a file with ignored words, to a specific file only?
simon-liebehenschel, steffen-eiden, akx, janosh, jamesbraza and 3 more