Skip to content

Line Length Violation: Line should be "250" characters or less: currently "207" characters (line_length) #3333

@emreakcan

Description

@emreakcan

New Issue Checklist

Describe the bug

Line should be 250 characters or less: currently 207 characters, but 250 is bigger than 207.
I changed the line rule to 250 from 200

Complete output when running SwiftLint, including the stack trace and command used
Line Length Violation: Line should be 250 characters or less: currently 207 characters (line_length)

Environment

  • SwiftLint version (run swiftlint version to be sure)?
    0.40.0
  • Installation method used (Homebrew, CocoaPods, building from source, etc)?
    CocaPods
  • Paste your configuration file:
line_length: 
    warning: 250
    ignores_comments: true

disabled_rules:
    trailing_whitespace

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUnexpected and reproducible misbehavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions