-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Config to ignore bad_ideas #67
Comments
That sounds like a good idea. It'll also help with #38. |
Is there any progress with respect to this issue? Thanks. |
brechtm
added a commit
to brechtm/check-manifest
that referenced
this issue
Aug 11, 2016
- new command line option --ignore-bad-ideas wich takes a list of patterns like --ignore. - new config section 'ignore-bad-ideas' similar to 'ignore' Closes mgedmin#67
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a case where a submodule not under my control has a bad_idea (an autogenerated file in VCS). I would like to be able to use check-manifest as part of an acceptance test suite, but there seems to be no way to tell it to just grumble silently and ignore this one file. Would you welcome a patch that created an option similar to ignore for this, perhaps named
ignore_bad_ideas
? Is there some easy workaround?The text was updated successfully, but these errors were encountered: