Ignore sqlite schema for rubocop

This commit is contained in:
Donal McBreen
2025-11-21 09:10:38 +00:00
parent b4e3d08689
commit 3df9961b61
+1
View File
@@ -10,3 +10,4 @@ inherit_gem: { rubocop-rails-omakase: rubocop.yml }
AllCops: AllCops:
Exclude: Exclude:
- 'db/migrate/**/*' - 'db/migrate/**/*'
- 'db/schema*.rb'