Skip to content

Commit

Permalink
Sync .rubocop.yml with manageiq project
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Dec 19, 2014
1 parent 20bba0e commit cab2cd1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
ClassCheck:
EnforcedStyle: kind_of?
CollectionMethods:
PreferredMethods:
find: detect
Expand Down Expand Up @@ -47,9 +49,11 @@ Encoding:
Enabled: false
SingleLineBlockParams:
Enabled: false
SingleSpaceBeforeFirstArg:
Enabled: false
StringLiterals:
Enabled: false
TrailingComma:
StringLiteralsInInterpolation:
Enabled: false
SingleSpaceBeforeFirstArg:
TrailingComma:
Enabled: false

0 comments on commit cab2cd1

Please sign in to comment.