-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
Description
Problem
Using cspell in a Bazel target fails as Bazel runfiles are symlinks which are ignored due to followSymbolicLinks: false glob option set at https://github.com/streetsidesoftware/cspell/blob/671505f2ecf233c2a14caf4463c8642c851332ee/packages/cspell/src/util/glob.ts#L46C9-L46C28
Solution
I usggest that CLI option should have a possibility to change glob behavior and allow to set followSymbolicLinks: true.
Alternatives
Hardcode locally to followSymbolicLinks: true
Additional Context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Jason3S