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?

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?

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.
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