Skip to content

Commit

Permalink
Fix rubocop config (wrong namespaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Jun 7, 2018
1 parent 1c67693 commit e054f82
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,9 @@ Naming/PredicateName:
Naming/VariableName:
Enabled: true

Lint/DeprecatedClassMethods:
Enabled: true

Layout/AlignParameters:
Enabled: true

Layout/BlockAlignment:
Enabled: true
EnforcedStyleAlignWith: start_of_block

Layout/BlockEndNewline:
Enabled: true

Expand All @@ -71,12 +64,6 @@ Layout/CaseIndentation:
Layout/ClosingParenthesisIndentation:
Enabled: true

Layout/ConditionPosition:
Enabled: true

Layout/DefEndAlignment:
Enabled: true

Layout/DotPosition:
Enabled: true

Expand Down Expand Up @@ -115,3 +102,16 @@ Layout/SpaceInsideParens:

Layout/TrailingWhitespace:
Enabled: true

Lint/BlockAlignment:
Enabled: true
EnforcedStyleAlignWith: start_of_block

Lint/ConditionPosition:
Enabled: true

Lint/DefEndAlignment:
Enabled: true

Lint/DeprecatedClassMethods:
Enabled: true

0 comments on commit e054f82

Please sign in to comment.