1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Clarify meaning of sections in rubocop config

This commit is contained in:
William Johnston 2016-03-10 15:05:21 -06:00
parent 17530ccc38
commit f2f3683449

View file

@ -15,10 +15,6 @@ Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrivialAccessors:
AllowPredicates: true
# Need discussion
Style/Documentation:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Style/SingleLineBlockParams:
@ -26,6 +22,10 @@ Style/SingleLineBlockParams:
Style/ModuleFunction:
Enabled: false
# Enable someday
Style/Documentation:
Enabled: false
# Needs refactors
Metrics/PerceivedComplexity:
Enabled: false