Sublime Forum

What is this red line on left from numbers? How to turn it off?

#1

Don’t understand what are these lines on the left from numbers - what are they? I didn’t have it before.

How do I turn it off?

43

0 Likes

#2

Hi friend.

The code seems mark an error, what programming language do you use?, i think if your modify the code and not show error it will dissapear.

Regards.

Jose.

0 Likes

#3

looks lile malformed image file

0 Likes

#4

That was because of rubocop (I’m programming on Ruby).

You can go to Preferences | Package Settings | RuboCop | Settings - User and write
{
“mark_issues_in_view”: false
}

And then you won’t have any “warnings” from rubocop

0 Likes

#5

Thanks for help, that was because of rubocop. Answered my own question here

1 Like

#6

That was because of rubocop. Answered my own question here

0 Likes