Hi and thanks for the tools !
I can't disable checking of line length, either through Lint ignored rules or Lint Line Length.
Details
After installing the addon, I tried disabling the lint rule that checks for maximum line length. As written in the docs, I've tried adding the following rules to the Lint ignored rules setting :
line-too-long (mentioned in the docs)
max-line-length (mentioned in the output when linting)
I've also tried setting Lint Line Length to a very high value, but the output still shows a default limit of 100.
Problem
It seems that the lint_ignored_rules/lint_line_length settings aren't working properly.
Screenshot
Here's a screenshot highlighting the problem and my configuration :

Hi and thanks for the tools !
I can't disable checking of line length, either through
Lint ignored rulesorLint Line Length.Details
After installing the addon, I tried disabling the lint rule that checks for maximum line length. As written in the docs, I've tried adding the following rules to the
Lint ignored rulessetting :line-too-long(mentioned in the docs)max-line-length(mentioned in the output when linting)I've also tried setting
Lint Line Lengthto a very high value, but the output still shows a default limit of 100.Problem
It seems that the
lint_ignored_rules/lint_line_lengthsettings aren't working properly.Screenshot
Here's a screenshot highlighting the problem and my configuration :