summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-05-06 20:28:31 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-05-06 20:28:31 +0000
commit9ef1cdd375793b05d9ef7a6036678168f2704750 (patch)
treec54c50c4162405245329a2495c37526f9bf69996 /.rubocop.yml
parent306ecf382bf24ddaac2971e200acda702d4a9cb4 (diff)
downloadredmine-9ef1cdd375793b05d9ef7a6036678168f2704750.tar.gz
redmine-9ef1cdd375793b05d9ef7a6036678168f2704750.zip
Updates list of excluded files for Rubocop "Rails/BulkChangeTable" offense.
git-svn-id: https://svn.redmine.org/redmine/trunk@22815 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1873eefdc..52c4db3f5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -136,6 +136,7 @@ Rails/ApplicationRecord:
Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'
+ - 'db/migrate/20130217094251_remove_issues_default_fk_values.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'