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
4
votes
4 answers

Sublimelinter - How to disable window popup on error

Everytime there's an error, Sublimelinter fires up, marks the error, and intrusively pops out a window showing the first error. How to set it, to just mark the error without popping out the window? How to make it mark ALL errors, instead of just…
Don Djoe
  • 705
  • 1
  • 10
  • 21
4
votes
2 answers

SublimeLinter "max-line-length" setting not applied

I'm having difficulty setting user settings for SublimeLinter in SublimeText3. I've checked here: http://www.sublimelinter.com/en/latest/settings.html I've tried setting my user settings, and setting "max-line-length" to 80 (the default is 100): { …
Alan Liang
  • 358
  • 2
  • 15
4
votes
1 answer

GoSublime/GoLint caching Import Packages?

Does SublimeText 3 / GoSublime have some type of caching of Go import packages? If so, how do I clear it on demand? I ask because while writing a custom package that is under Github source control, it works until I refactor a func or struct. Then,…
eduncan911
  • 17,165
  • 13
  • 68
  • 104
4
votes
2 answers

SublimeLinter: WARNING: jshint deactivated, cannot locate 'jshint'

This just happened completely randomly. All I did was restart Sublime and next I know I had to re-set the path to git.exe and SublimeLinter jshint is broken. I've removed and re-installed SublimeLinter and SublimLinter-jshint in various orders to…
2778
  • 814
  • 1
  • 11
  • 32
4
votes
2 answers

Have to provide path to lint.py, can't find it

I'm trying to install SublimeLinter-pylint into my Sublime Text 3. It tells me to follow instructions because it (presumably) can't find lint.py (I tried installing Pylinter before this and that went down the drain so I'm assuming it's the same…
djbhindi
  • 364
  • 3
  • 13
4
votes
1 answer

Sublimelinter (PC): How to trigger this shortcut ("Lint This View"): Ctrl K, l?

I am trying to figure out how you use this shortcut, but I am having trouble. What does it mean by "Ctrl K, l"? I have tried various combinations but in vain.
Vennsoh
  • 4,853
  • 5
  • 26
  • 41
4
votes
2 answers

SublimeLinter: How to remove from SublimeText 3

When I tried to remove SublimeLinter on Mac I deleted the package, cache, every part of it in Application Support but it seems I can’t get rid of it in SublimeText 3. I open ST and I instantly get a message in a new tab from PackageControl telling…
4
votes
1 answer

Setting relative path in SublimeLinter's sublimelinter_executable_map

Setup: Portable editions of Sublime Text 2 with its plugin Sublimelinter and node.exe. sublimelinter_executable_map has to set in a way so that Sublimelinter uses node.exe as JavaScript engine. Could one do this using a relative path instead of a…
user1987630
3
votes
1 answer

Sublime linter node 14 error circular dependency

I recently installed node v14 and my linter on sublimeText is KO. On every file focus it open a kind of console with this inside: SublimeLinter: #2 eslint file.vue ERROR: ==================================================== (node:72116) Warning:…
user3699170
  • 127
  • 6
3
votes
1 answer

How can I disable red flags warnings on sublime 3?

I would like to know how can i disable this red flags warnings (image-link below) to showing and what is this for and which package belongs? I have to be constantly hitting the X and is disturbing the work flow.
user9165309
3
votes
0 answers

Not getting any output from SublimeLinter-eslint in SublimeText 3 Console

So I've Followed the SublimeLinter-eslint installation and troubleshooting guides, however I'm still stuck on "There are no errors in console, but plugin does nothing." I'm using: node v8.1.3 Sublime Text 3 build 3126 SublimeLinter v3.8.0+1…
Eric Norcross
  • 4,177
  • 4
  • 28
  • 53
3
votes
3 answers

How to fix “only available in ES6” linter errors?

I am trying to add a linter to my Express application and am getting several linter errors about ES6, i.e. ‘export’ is only available in ES6 (use esnext option), ’const’ is only available in JavaScript 1.7, and ’arrow function syntax’ is only…
user3802348
  • 2,502
  • 11
  • 36
  • 49
3
votes
2 answers

SublimeLinter: modules phpcs and phpmd not working

in Sublime Text 3 I have installed via the Package Manager following packages: SublimeLinter SublimeLinter-phpmd SublimeLinter-phpcs and few others.. The problem is that neither phpmd or phpcs are working. When opening a php file in ST3 and then…
Alex
  • 4,607
  • 9
  • 61
  • 99
3
votes
1 answer

SublimeLinter javascript with php

I have installed Sublimelinter through this site: SublimeLinter 3. I'm on a debian machine. I basically have installed the following plugins: SublimeLinter 3, SublimeLinter-html-tidy, SublimeLinter-csslint, SublimeLinter-jshint and…
alexandre1985
  • 1,056
  • 3
  • 13
  • 31
3
votes
2 answers

How to remove popup warning in Sublime Linter?

I like that on save, Sublime Linter will put a red dot in the column, an outline around the error, and an error warning in the bottom of the window. However, I don't like that on save, it gives the warning in a popup. I've been googling and can't…
Steph
  • 340
  • 5
  • 22
1 2
3
13 14