0

I'm editing SublimeLinter prefences trying to set line lenth in 100, but I can't get it to work

I tried with

{
"linters": {
"pycodestyle": {
 "ignore": "E501"
}
}
}

And

{
"linters": {
"pycodestyle": {
 "max-line-length": 100
}
}
}

What am I doing wrong?

3
  • "I cant get it to work" is unclear. Whats the issue? What do you want to happen? Commented Mar 1, 2024 at 17:06
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Mar 1, 2024 at 17:06
  • The problem is that the line length settings are not really changing, and I keep getting <79 characters per line as an error (default value) despite the configuration. For some reason it seems that the configuration I'm modifying doesn't work. Commented Mar 3, 2024 at 7:30

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.