sublime-better-coffeescript icon indicating copy to clipboard operation
sublime-better-coffeescript copied to clipboard

[FEATURE][BUG] Lint is not working

Open mrtnbroder opened this issue 12 years ago • 1 comments

I've set "lintOnSave": true and "lintConfFile" to the path where my config.json file is. However, my files won't get linted on save. I always get a "successfully compiled", even though I know that it is not lint-free.

Also, it would be great to just put the config right into the "lintConfFile"-String, like this:

"lintConfFile": {
    "arrow_spacing": {
        "name": "arrow_spacing",
        "level": 1
    }
}

mrtnbroder avatar Dec 10 '13 11:12 mrtnbroder

I have the same issue. better-coffeescript is the only package installed, coffeescript compile works. I have coffeelint at the same path than coffee, but when saving, or even when calling the command "Coffee: Lint" (as specified in #58), ST3 always tell me "No Lint errors". This happens even with a file full of syntax errors.

gbouthenot avatar Jul 03 '14 13:07 gbouthenot