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
It would be really nice if there was an options that allowed me to specify a directory or a list of files to be ignored from erroring.
One of the files that is being looked at by depcheck requires sudo to access it. But it is completely irrelevant for gulp-depcheck or depcheck to be looking at it.
So I want to be able to have it not report the error when it gets flagged as an invalid file because the process doesn't have permission to read the file.
I don't want it throw Unable to parse some files: ${invalidFiles.join(', ')} when this file that i'm talking about is invalid because I want it to be ignored.
The text was updated successfully, but these errors were encountered:
And the files in my 'test/assets' were being ignored. This isn't the best... What if I wanted 'src/assets' to be checked by depcheck but I wanted 'test/assets' to not be checked? This isn't good.
I have a feature request.
It would be really nice if there was an options that allowed me to specify a directory or a list of files to be ignored from erroring.
One of the files that is being looked at by depcheck requires sudo to access it. But it is completely irrelevant for gulp-depcheck or depcheck to be looking at it.
So I want to be able to have it not report the error when it gets flagged as an invalid file because the process doesn't have permission to read the file.
Here is a code snippet from gulpDepcheck.js:
I don't want it throw
Unable to parse some files: ${invalidFiles.join(', ')}
when this file that i'm talking about is invalid because I want it to be ignored.The text was updated successfully, but these errors were encountered: