Closed antedeguemon closed 1 year ago
Hey there! 🖖
This PR updates isCodeFile regexps to only consider /lib/ and /test/ directories - and not /lib*/ and /test*/.
isCodeFile
/lib/
/test/
/lib*/
/test*/
It is needed because the current regex causes problems with directories that have lib|test in its name.
lib|test
Closes #78
Hey there! 🖖
This PR updates
isCodeFile
regexps to only consider/lib/
and/test/
directories - and not/lib*/
and/test*/
.It is needed because the current regex causes problems with directories that have
lib|test
in its name.Closes #78