Skip to content

Godot addon : Linter - can't disable line length check #178

@axel37

Description

@axel37

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 :

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions