Skip to content

Commit

Permalink
[ci] Enable Layout/MultilineOperationIndentation cop
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKang committed Dec 19, 2017
1 parent 44ae09d commit 6c5ef05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .rubocop_todo.yml
Expand Up @@ -31,16 +31,6 @@ Layout/MultilineMethodCallIndentation:
- 'src/api/test/unit/issue_test.rb'
- 'src/api/test/unit/user_test.rb'

# Offense count: 91
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
# SupportedStyles: aligned, indented
Layout/MultilineOperationIndentation:
Enabled: false

- 'src/api/spec/controllers/webui/project_controller_spec.rb'
- 'src/api/spec/models/comment_spec.rb'

# Offense count: 3
Lint/DuplicateMethods:
Exclude:
Expand Down

0 comments on commit 6c5ef05

Please sign in to comment.