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
|
EnforcedStyle: double_quotes
|
||||||
Style/TrivialAccessors:
|
Style/TrivialAccessors:
|
||||||
AllowPredicates: true
|
AllowPredicates: true
|
||||||
|
|
||||||
# Need discussion
|
|
||||||
Style/Documentation:
|
|
||||||
Enabled: false
|
|
||||||
Style/PercentLiteralDelimiters:
|
Style/PercentLiteralDelimiters:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/SingleLineBlockParams:
|
Style/SingleLineBlockParams:
|
||||||
|
@ -26,6 +22,10 @@ Style/SingleLineBlockParams:
|
||||||
Style/ModuleFunction:
|
Style/ModuleFunction:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
# Enable someday
|
||||||
|
Style/Documentation:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# Needs refactors
|
# Needs refactors
|
||||||
Metrics/PerceivedComplexity:
|
Metrics/PerceivedComplexity:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue