So, there are a few missing guttermarks as you can see. Also, the topmost guttermark shouldn't be at line 1, but line 10.
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.
The rules:
stylint
output in terminal:So, there are a few missing guttermarks as you can see. Also, the topmost guttermark shouldn't be at line 1, but line 10.
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.