Questions tagged [sublimelinter]

SublimeLinter is a plugin for the Sublime Text editor, which integrates a variety of existing linting tools. Full documentation is available at sublimelinter.com.

SublimeLinter is a plugin for the Sublime Text editor, which integrates a variety of existing linting tools. It has been completely rewritten for Sublime Text 3 into a more modular architecture, and to take advantage of the expanded API. Linters are no longer included in SublimeLinter3; instead they must be installed separately through Package Control along with the base SublimeLinter package.

The Sublime Text 2 version of the plugin is no longer being supported, but the final release is still available for installation. The documentation is available here.

204 questions
0
votes
1 answer

How can I use SublimeLinter jshint on different SyntaxDefinition?

I'm trying to write a Sublime Syntax Definition for ExtendScript but don't want to loose the possibility to use the SublimeLinter plugin. So how can I tell SublimeLinter that he should use jshint not only on scope source.js but also on my scope…
fabianmoronzirfas
  • 4,091
  • 4
  • 24
  • 41
0
votes
1 answer

How do I get SublimeLinter to stop reporting false-positive errors?

The problem is that SublimeLinter will sometimes report lines as containing errors, when they actually don't. One example of this is a line like format.html { redirect_to :action => :index }.
James Chevalier
  • 10,604
  • 5
  • 48
  • 74
0
votes
1 answer

Sublime Text 2, Sublimelint, summary of problems

I'm starting to use Sublime Text 2 in favor of Eclipse for developing Python code. In all I'm liking the change, but one of the things I miss from Eclipse is a convenient "problems" window that shows a summary of all errors and warnings from files…
Mike
  • 58,961
  • 76
  • 175
  • 221
-1
votes
1 answer

SublimeText EsLint issues- cannot be located

nvm does not play nicely with eslint/sublime. I tirelessly tried to configure this with different paths/plugins. Various errors come out- such as .bin/eslint: line 2: sed: command not found, eslint cannot locate 'eslint' and more
Ycon
  • 1,830
  • 3
  • 27
  • 56
-1
votes
1 answer

How to disable "do not use ids in selectors" in sublime text

In sublime text 3 with the sublimelinter plugin (linter / css) how to disable these warnings IDs and padding specifically warnings
Daniel
  • 103
  • 3
-1
votes
1 answer

SublimeLinter JSHint stopped working

System configuration is: Win 7 x64 SublimeText 3 SublimeLinter-JSHint Everything was installed properly and worked fine (node.js, jshint installed through npm). At some point the linter just stopped seeing JS syntax errors. Except for JSHint, some…
0leg
  • 13,464
  • 16
  • 70
  • 94
-1
votes
1 answer

ST3: sublimelinter-user settings ignored

I change the "mark_style" using the menu command and it is still in underline more. I have installed pep8 linting, anaconda, gitgutter etc
Nikos
  • 696
  • 2
  • 9
  • 23
-1
votes
1 answer

How to turn on Sublimelinter in Sublime Text 2 (on a mac)

I've been trying for some time to get SublimeLinter to start, but don't really see it do anything. I downloaded it here: https://github.com/SublimeLinter/SublimeLinter Installed with Sublime Package Control…
Henrik
  • 673
  • 8
  • 18
-16
votes
1 answer

Setting NodeJS path in Windows XP for SublimeLinter Framework

I am using Windows XP and using Sublime Text 3 build 3126. I'd like to use the SublimeLinter framework with it, but they are listing NodeJS as a dependency. How can I ensure that NodeJS is available on my system path?
GameCoder
  • 2,358
  • 2
  • 9
  • 10
1 2 3
13
14