Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
emreakcan opened this issue Sep 8, 2020 · 1 comment · Fixed by #3406
Labels
bug Unexpected and reproducible misbehavior.

Comments

@emreakcan
Copy link

emreakcan commented Sep 8, 2020

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
@jpsim jpsim added the bug Unexpected and reproducible misbehavior. label Nov 7, 2020
@jpsim
Copy link
Collaborator

jpsim commented Nov 7, 2020

Fix in #3406.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants