Skip to content

Commit

Permalink
[ci] Disable Rails/BulkChangeTable
Browse files Browse the repository at this point in the history
It doesn't work properly due to our broken set up. See:

https://trello.com/c/ooegd1Ej/1312-fix-rubocop-setup
  • Loading branch information
Ana06 committed Jun 8, 2018
1 parent 9f45743 commit 1d7984a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@ Rails/Output:
- 'src/api/config/*'
- 'src/api/db/**/*'
- 'src/api/lib/**/*'

# Disabled due to a bug
Rails/BulkChangeTable:
Enabled: false

0 comments on commit 1d7984a

Please sign in to comment.