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
1 changed files with 1 additions and 0 deletions

View File

@ -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/**/*'