mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
17 lines
389 B
YAML
17 lines
389 B
YAML
AllCops:
|
|
DisplayCopNames: true
|
|
DisplayStyleGuide: true
|
|
TargetRubyVersion: 1.9
|
|
|
|
Style/ClassAndModuleChildren:
|
|
Enabled: false
|
|
Style/DoubleNegation:
|
|
Enabled: false
|
|
Style/HashSyntax:
|
|
EnforcedStyle: hash_rockets
|
|
Style/SpaceAroundEqualsInParameterDefault:
|
|
EnforcedStyle: no_space
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
Style/TrivialAccessors:
|
|
AllowPredicates: true
|