Skip to content

Commit

Permalink
Updates list of excluded files for Rubocop "Rails/BulkChangeTable" of…
Browse files Browse the repository at this point in the history
…fense.

git-svn-id: https://svn.redmine.org/redmine/trunk@22814 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marius-balteanu committed May 6, 2024
1 parent 1ba9e5a commit 306ecf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -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
Expand Down

0 comments on commit 306ecf3

Please sign in to comment.