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:
parent
17530ccc38
commit
f2f3683449
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue