Skip to content

Commit

Permalink
clean up Rubocop config (#6495)
Browse files Browse the repository at this point in the history
Merge pull request 6495
  • Loading branch information
ashmaroli authored and jekyllbot committed Oct 29, 2017
1 parent 0baf586 commit 0feccde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Expand Up @@ -38,8 +38,6 @@ Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Layout/MultilineOperationIndentation:
EnforcedStyle: indented
Layout/SpaceAroundOperators:
Enabled: true
Layout/SpaceInsideBrackets:
Enabled: false
Lint/EndAlignment:
Expand Down Expand Up @@ -100,14 +98,11 @@ Style/Alias:
Enabled: false
Style/AndOr:
Severity: error
Style/Attr:
Enabled: false
Style/BracesAroundHashParameters:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Style/Documentation:
Enabled: false
Expand Down

0 comments on commit 0feccde

Please sign in to comment.