pawamoy / mkdocs-spellcheck

A spell checker plugin for MkDocs.
https://pawamoy.github.io/mkdocs-spellcheck/
ISC License
15 stars 3 forks source link

feat: Add config option to ignore files based on Unix shell-style wildcard pattern matching #23

Closed nfelt14 closed 2 months ago

nfelt14 commented 2 months ago

This adds the skip_file_globs config option to enable skipping files based on a Unix shell-style glob. This also updates the skip_files config option to treat file paths as OS-agnostic.

fixes #21 resolves: #20

nfelt14 commented 2 months ago

@pawamoy let me know if there are any changes necessary in this PR.

nfelt14 commented 2 months ago

Thanks for the PR!

You are welcome. Let me know if there are any other changes needed.

nfelt14 commented 2 months ago

Thanks for the PR!

You are welcome. Let me know if there are any other changes needed.

@pawamoy, I think this is ready now.

pawamoy commented 2 months ago

Yep, thanks for the notification, I'll review this tomorrow :slightly_smiling_face: