Browse Source

Updates list of excluded files for Rubocop "Rails/BulkChangeTable" offense.

git-svn-id: https://svn.redmine.org/redmine/trunk@22814 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/131/merge
Marius Balteanu 3 weeks ago
parent
commit
306ecf382b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .rubocop.yml

+ 3
- 0
.rubocop.yml View File

@@ -137,6 +137,9 @@ Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
- 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb'
- 'db/migrate/20190510070108_add_unique_id_to_import_items.rb'
- 'db/migrate/20200826153402_add_totp_to_user.rb'
- 'db/migrate/20221012135202_add_index_to_custom_values.rb'

Rails/CompactBlank:
Enabled: false

Loading…
Cancel
Save