mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Remove commented out rubocop rules
This commit is contained in:
30
rubocop.yml
30
rubocop.yml
@@ -7,9 +7,6 @@ Rails:
|
||||
Documentation:
|
||||
Enabled: false
|
||||
|
||||
# Style/AlignParameters:
|
||||
# EnforcedStyle: with_fixed_indentation
|
||||
|
||||
Metrics/ClassLength:
|
||||
CountComments: false
|
||||
Max: 200
|
||||
@@ -18,27 +15,9 @@ Style/CollectionMethods:
|
||||
PreferredMethods:
|
||||
inject: 'inject' # disable "use reduce instead of inject" warning
|
||||
|
||||
# Style/EachWithObject:
|
||||
# Enabled: false
|
||||
|
||||
# Style/EmptyLinesAroundBlockBody:
|
||||
# Enabled: false
|
||||
|
||||
# Style/EmptyLinesAroundClassBody:
|
||||
# Enabled: false
|
||||
|
||||
# Style/EmptyLineBetweenDefs:
|
||||
# AllowAdjacentOneLineDefs: true
|
||||
|
||||
# Style/Encoding:
|
||||
# EnforcedStyle: when_needed
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: ruby19_no_mixed_keys
|
||||
|
||||
# Style/IndentHash:
|
||||
# EnforcedStyle: consistent
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 80
|
||||
AllowURI: true
|
||||
@@ -50,17 +29,8 @@ Metrics/MethodLength:
|
||||
CountComments: false
|
||||
Max: 20
|
||||
|
||||
# Style/SingleLineBlockParams:
|
||||
# Enabled: false
|
||||
|
||||
# Style/StringLiterals:
|
||||
# Enabled: false
|
||||
|
||||
Style/WhileUntilModifier:
|
||||
MaxLineLength: 80
|
||||
|
||||
# Style/LineEndConcatenation:
|
||||
# Enabled: false
|
||||
|
||||
Style/WordArray:
|
||||
Enabled: false
|
||||
|
||||
Reference in New Issue
Block a user