rubocop: ignore db/migrate
because at least one of those files is machine-generated
This commit is contained in:
@@ -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/**/*'
|
||||
|
||||
Reference in New Issue
Block a user