mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Initial config
This commit is contained in:
parent
a54933ea50
commit
656535eccf
1 changed files with 17 additions and 0 deletions
17
.rubocop.yml
Normal file
17
.rubocop.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
Loading…
Reference in a new issue