Sublime Forum

SublimeLinter background linting: only python

#1

Hi! I’m not sure if this is this forum is the right place for this. I thought I’d ask somewhere here before posting an issue on github.

Like the subject line says, sublimelinter only does background linting with Py. I’ve tested with CSS, javascript and Ruby. They all just seem to trigger the linter on saves.

As per the manual, the console shows that the relevant linters are loaded and enabled, and Python background linting works correctly. I’ve tried playing around a bit with the user settings. I’ve added different settings to the sublimelinter_executable_map variable such as “javascript”: “node”, “javascript”: “jslint” and “javascript”: “jshint”. I definitely have node installed and the linter seems to be loading jshint, because of the console messages and the feedback it gives on saves. As far as I can tell, my issue is the same as this person’s: Sublimelinter for JavaScript not working

I’m running ST2 on ubuntu 12.04.

0 Likes