2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Rubocop should ignore schema.rb.

This commit is contained in:
Guo Xiang Tan 2017-08-08 14:29:44 +09:00
parent 1f07050d12
commit aab0b06cbe

View file

@ -2,6 +2,7 @@ AllCops:
TargetRubyVersion: 2.4
DisabledByDefault: true
Exclude:
- 'db/schema.rb'
- 'bundle/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'