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 believe using glob patterns is a better solution here. In the long run it's only a matter of time when someone decides that having multiple dirs isn't enough and he needs to include/exclude some files according to a pattern. Allowing to use glob patterns in files parameter would solve this. This PR might work #81
I get the error:
but my project has source files that are both in
src
andfinders
. I proposedir
should be able to accept multipel values.The text was updated successfully, but these errors were encountered: