-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added src ruleset generator #106
base: master
Are you sure you want to change the base?
Added src ruleset generator #106
Conversation
is anything missing for that one @MarvinKlemp? |
On second though is it enough? What happens if we have multiple source directories, e.g. |
@theofidry 👍 |
If you have different source paths, you can pass them seperated by a comma. | ||
|
||
```bash | ||
$ deprecation-detector check src/,legacy/ vendor/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo? (the ,
) And is the trailing /
mandatory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need the trailing slash I usually add them to make clear that it is a directory
👌 |
#105