Skip to content
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

docs unclear on ignores_type config #17

Open
treyharris opened this issue Oct 25, 2013 · 1 comment
Open

docs unclear on ignores_type config #17

treyharris opened this issue Oct 25, 2013 · 1 comment

Comments

@treyharris
Copy link

From reading the module-starter manpage, it sounds like the correct way to set up --ignores=... in a config file is as:

ignores: git manifest

when it should actually be

ignores_type: git manifest

I couldn't figure out why it wasn't working with just ignores: until I traced the code. I'd suggest clarifying that in the manual page. Thanks!

@xmikew
Copy link

xmikew commented Mar 5, 2014

This is indeed unfortunate since all the command line parameters line up with the data structure names except for ignores => ignores_type.

I agree with this and I can see the confusion. So what is the preferred solution @xsawyerx , accept both ignores and ignores_type to be more user-friendly? Or spell it out in the docs better?

  • Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants