mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rubocop should ignore schema.rb.
This commit is contained in:
parent
1f07050d12
commit
aab0b06cbe
@ -2,6 +2,7 @@ AllCops:
|
|||||||
TargetRubyVersion: 2.4
|
TargetRubyVersion: 2.4
|
||||||
DisabledByDefault: true
|
DisabledByDefault: true
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- 'db/schema.rb'
|
||||||
- 'bundle/**/*'
|
- 'bundle/**/*'
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
- 'node_modules/**/*'
|
- 'node_modules/**/*'
|
||||||
|
Loading…
Reference in New Issue
Block a user