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
Is your feature request related to a problem? Please describe.
I want to run the check only for a specific folder from the pipeline via the .jscpd.json config file without having to ignore a lots of folder. For example I only want to run check under the ./src folder. Right now it's only possible to run the script like npx jscpd ./src but it'll be better to also allow this in the config file
Describe the solution you'd like
To allow an attribute in the config file (something like path).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to run the check only for a specific folder from the pipeline via the .jscpd.json config file without having to ignore a lots of folder. For example I only want to run check under the
./src
folder. Right now it's only possible to run the script likenpx jscpd ./src
but it'll be better to also allow this in the config fileDescribe the solution you'd like
To allow an attribute in the config file (something like
path
).The text was updated successfully, but these errors were encountered: