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

Please support option "ignore" #67

Open
bennycode opened this issue Jan 29, 2016 · 0 comments
Open

Please support option "ignore" #67

bennycode opened this issue Jan 29, 2016 · 0 comments

Comments

@bennycode
Copy link

Thanks for your wonderful plugin! I really like it.

Unfortunately it does not respect CoffeeLint's ignore level. From the CoffeeLint Options:

To enable an option, set its level to "error", and to disable an option, set its level to "ignore".

I have the following configuration in my coffeelint.json:

"max_line_length": {
  "name": "max_line_length",
  "value": 120,
  "level": "ignore",
  "limitComments": false
}

But this causes "grunt-coffeelint" to take a default max line length of "80", so it still shows a warning instead of skipping the "max_line_length" check completly.

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

1 participant