markalfred / SublimeLinter-contrib-stylint

SublimeLinter plugin for Stylint
MIT License
10 stars 4 forks source link

Missing errors and misplaced gutter marks #9

Open piperone opened 6 years ago

piperone commented 6 years ago

The rules:

1

stylint output in terminal:

cmdline

So, there are a few missing guttermarks as you can see. Also, the topmost guttermark shouldn't be at line 1, but line 10.

2

Here's how the error behaves: If the error is at line 25, a guttermark is placed at line 2. If there's an error at line 56, the guttermark is placed at line 5. Error at line 88, means mark at line 8, etc. That is, only the first digit is used to determine the line-number, even when it's a multi-digit integer.

markalfred commented 5 years ago

@piperone this lib has gone through a few updates recently, I'm not seeing this issue in recent versions, are you still seeing it?