cargo-spellcheck icon indicating copy to clipboard operation
cargo-spellcheck copied to clipboard

feature/traverse: Add an option to rely purely on ignore files for traversing directories

Open MA-DDN opened this issue 1 year ago • 3 comments

What does this PR accomplish?

  • 🦚 Feature

Changes proposed by this PR:

This pr adds an option flag to change the behaviour of the traversal module to collect all relevant files except those which match an entry in a .gitignore file. Our usecase for this is to be able to ignore certain temporary Markdown files which are pulled in when building our documentation.

📜 Checklist

  • [x] Works on the ./demo sub directory
  • [x] Test coverage is excellent and passes
  • [x] Documentation is thorough

MA-DDN avatar Nov 27 '24 14:11 MA-DDN

Gentle ping @MA-DDN

drahnr avatar Feb 11 '25 10:02 drahnr

Looks like this was updated. Could it be re-reviewed?

jgrund avatar Aug 18 '25 20:08 jgrund

I'll get to it next week

drahnr avatar Aug 19 '25 07:08 drahnr