rubocop: ignore db/migrate

because at least one of those files is machine-generated
This commit is contained in:
Mike Dalessio
2025-11-11 13:56:06 -05:00
parent 32d96db7d9
commit c557f1424b
+4
View File
@@ -6,3 +6,7 @@ inherit_gem: { rubocop-rails-omakase: rubocop.yml }
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
# Layout/SpaceInsideArrayLiteralBrackets:
# Enabled: false
AllCops:
Exclude:
- 'db/migrate/**/*'