From 971d5bea4428bd94a93e9c635f541e9adb8a7abf Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 10 Jan 2025 10:59:50 +1100 Subject: [PATCH] Police new migrations --- .rubocop_styleguide.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.rubocop_styleguide.yml b/.rubocop_styleguide.yml index d83be12661..ae1fb8345f 100644 --- a/.rubocop_styleguide.yml +++ b/.rubocop_styleguide.yml @@ -3,11 +3,13 @@ # These are the rules we agreed upon and we work towards. AllCops: NewCops: enable + MigratedSchemaVersion: "20250111000000" Exclude: - bin/**/* - config/**/* - db/bad_migrations/* - - db/migrate/* + - db/migrate/201* + - db/migrate/202[0-4]* - db/schema.rb - script/**/* - vendor/**/*