Skip to content

Commit

Permalink
Disable Layout/LineLength lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
crdx committed Oct 27, 2023
1 parent 1e3b75d commit d69cccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
28 changes: 3 additions & 25 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Naming/AccessorMethodName:
Naming/MethodParameterName:
Enabled: no

Layout/LineLength:
Enabled: false

Lint/AmbiguousOperatorPrecedence:
Enabled: no

Expand Down Expand Up @@ -136,28 +139,3 @@ Layout/IndentationWidth:

Layout/SpaceAroundOperators:
EnforcedStyleForExponentOperator: space

Layout/LineLength:
Max: 100
AutoCorrect: yes

Metrics/ClassLength:
Max: 100
CountAsOne:
- array
- hash
- heredoc

Metrics/MethodLength:
Max: 35
CountAsOne:
- array
- hash
- heredoc

Metrics/BlockLength:
Max: 30
CountAsOne:
- array
- hash
- heredoc
4 changes: 0 additions & 4 deletions spec/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ Style/MethodCallWithArgsParentheses:
Enabled: no
Lint/ParenthesesAsGroupedExpression:
Enabled: no
Layout/LineLength:
Enabled: no
Metrics/BlockLength:
Enabled: no

0 comments on commit d69cccb

Please sign in to comment.