Skip to content

Commit

Permalink
Merge pull request ManageIQ#48 from Fryguy/update_rubocop_yml
Browse files Browse the repository at this point in the history
Sync .rubocop.yml with manageiq project
  • Loading branch information
Fryguy committed Dec 19, 2014
2 parents 20bba0e + cab2cd1 commit bbc21d7
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 bbc21d7

Please sign in to comment.