Skip to content

Commit

Permalink
update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jan 21, 2020
1 parent d2245da commit ec3de37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Expand All @@ -35,5 +35,5 @@ Metrics/PerceivedComplexity:
Enabled: false
Naming/HeredocDelimiterNaming:
Enabled: false
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false

0 comments on commit ec3de37

Please sign in to comment.