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/**/*