grunt-coffeelint
grunt-coffeelint copied to clipboard
Support custom rules
in my coffeelint grunt-task i'd like to setup custom rules. so far, i have found no way to make this happen unfortunately :(
Possible work-around could be to use grunt-gulp and gulp-coffeelint (which does support custom rules).
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.