CircleCI-Public / vale-orb

A CircleCI Orb wrapper for the Vale CLI - A syntax-aware linter for prose built with speed and extensibility in mind, by errata-ai/vale
https://circleci.com/developer/orbs/orb/circleci/vale
MIT License
0 stars 1 forks source link

Request: I need to be able to set a base_dir at the same time as using the `modified` strategy #10

Open rosieyohannan opened 5 months ago

rosieyohannan commented 5 months ago

Is there an existing issue that is already proposing this?

Describe the problem imposed by not having this feature

I have an "archived" folder in my repo. I am using the modified strategy. I do not want to lint files that I move to the archived folder in a branch but they are considered "modified" so are included. There is the option to set a base_dir and the orb docs do not specify that this is unsupported when using the "modified" strategy, but looking at the orb source it seems this is the case: Either lint all modified files, or lint all files but scope using a base_dir.

Describe the solution you'd like

I would like some way to have vale "ignore" a directory while only linting modified files.

Other

No response