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
I've been trying to run liche in a my local project directory (.) in CI tests, and exclude multiple directories, such as vendor/ and some others. How can I match more than one dir prefix with exclude?
Thanks!
The text was updated successfully, but these errors were encountered:
the --exclude flag is actually excluding a link in the file from being check, when you want to exclude an entire folder/file from being checked at all.
I've been trying to run liche in a my local project directory (.) in CI tests, and exclude multiple directories, such as vendor/ and some others. How can I match more than one dir prefix with exclude?
Thanks!
The text was updated successfully, but these errors were encountered: