grunt-coffeelint icon indicating copy to clipboard operation
grunt-coffeelint copied to clipboard

Support custom rules

Open chapati23 opened this issue 10 years ago • 2 comments

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

chapati23 avatar Jul 28 '14 20:07 chapati23

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

janraasch avatar Aug 23 '14 19:08 janraasch

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.

rbrcurtis avatar Sep 09 '14 20:09 rbrcurtis