From 9ef1cdd375793b05d9ef7a6036678168f2704750 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 6 May 2024 20:28:31 +0000 Subject: [PATCH] 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 --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) 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'