Skip to content

Commit

Permalink
Rubocop migrations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Jan 10, 2018
1 parent 7a65eaa commit 5e876e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ AllCops:
TargetRubyVersion: 2.2
Exclude:
- '**/sandbox/**/*'
- '**/db/**/*'
- '**/db/migrate/*'
- '**/Gemfile'
- '**/Gemfile.lock'
- '**/Rakefile'
- '**/rails'
- 'guides/**/*'
- '**/*.gemspec'
- '**/dummy/**/*'
- '**/migrate/**/*'
- '**/vendor/**/*'

Layout/MultilineOperationIndentation:
Expand Down

0 comments on commit 5e876e6

Please sign in to comment.