-
Notifications
You must be signed in to change notification settings - Fork 27
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
Configuration file with list of ignored files #42
Comments
@timriley I think that is a good idea. Considering As a quick workaround, you can pass a list of For example:
That would be a quick way to ignore whatever is inside the "db" directory. 😃 |
Another directory that would be useful to ignore is |
It would be nice not to see files from e.g.
db/migrate/
inside my Skunk summary output. These files need to exist in a codebase but do not carry any meaningful weight when it comes to that codebase's maintainability. Do you think it could be useful to add a configuration file where file globs could be provided for files to ignore? Rubocop etc. definitely provide some prior art that could be copied here.The text was updated successfully, but these errors were encountered: