From ea9b962f944fd4fafb5a5d9184a1647415522734 Mon Sep 17 00:00:00 2001 From: aaaaargZombies <6824891+aaaaargZombies@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:05:53 +0000 Subject: [PATCH] stop rubocop linting a migration, will be reviewd by human --- .rubocop_todo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 09aff5617..a24d1d674 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -371,6 +371,7 @@ Rails/ReversibleMigration: Rails/SkipsModelValidations: Exclude: - 'lib/tasks/fixes/users.rake' + - 'db/migrate/20240125175508_partner_hidden_attribute_set_value.rb' # Offense count: 22 # This cop supports unsafe autocorrection (--autocorrect-all).