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

Support custom rules #55

Open
chapati23 opened this issue Jul 28, 2014 · 2 comments · May be fixed by #59
Open

Support custom rules #55

chapati23 opened this issue Jul 28, 2014 · 2 comments · May be fixed by #59

Comments

@chapati23
Copy link

in my coffeelint grunt-task i'd like to setup custom rules. so far, i have found no way to make this happen unfortunately :(

@janraasch
Copy link
Contributor

Possible work-around could be to use grunt-gulp and gulp-coffeelint (which does support custom rules).

@rbrcurtis
Copy link

Looks like the latest grunt-coffeelint will load custom rules that have been wired up in coffeelint.json. What this means is that if you write your custom rule as a plugin / its own module, then you can load it in your coffeelint.json and it will work fine.

@Gobie Gobie linked a pull request Jan 26, 2015 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants