-
Notifications
You must be signed in to change notification settings - Fork 579
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
YAMLLintBear: Wrong argument "--config" #979
Labels
Comments
Thx for the report! |
I would like to do this. Please assign me this :) |
@meetarora29 You are assigned! |
meetarora29
added a commit
to meetarora29/coala-bears
that referenced
this issue
Nov 13, 2016
Corrected the argument at line 53 to ``--config-file`` Fixes coala#979
meetarora29
added a commit
to meetarora29/coala-bears
that referenced
this issue
Nov 13, 2016
Corrected the argument at line 53 from ``--config`` to ``--config-file`` Fixes coala#979
gosom
pushed a commit
to gosom/coala-bears
that referenced
this issue
Jul 15, 2017
Corrected the argument at line 53 from ``--config`` to ``--config-file`` Fixes coala#979
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a wrong argument in
YAMLLintBear.py
At line 53,
--config
there should be--config-file
, because there is no--config
argument in yamllint.Probably the unit test passed because
coala
didn't return any warning (zero code), however if I check it manually usingyamllint
, it will returns:The text was updated successfully, but these errors were encountered: