3

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 tell what setting makes this happen. Anyone know what I need to do? Thanks

Popup Warning

Steph
  • 340
  • 5
  • 22

2 Answers2

3

Got it! Needed to uncheck SublimeLinter > Show Errors on Save

Steph
  • 340
  • 5
  • 22
1

I would like to add that you need to set:

"tooltips": false within your SublimeLinter.sublime-settings

in order to avoid getting this tooltips which you can see below:

enter image description here

They may appear when hoovering over an error.

Kristianmitk
  • 4,528
  • 5
  • 26
  • 46