[skip ci] Rubocop.yml

This commit is contained in:
Yuki 2015-07-21 07:44:16 +05:30
parent 36d6cd5816
commit f9e1d96009
1 changed files with 26 additions and 0 deletions

26
.rubocop.yml Normal file
View File

@ -0,0 +1,26 @@
AllCops:
RunRailsCops: true
Exclude:
- 'vendor/**/*'
- 'db/schema.rb'
Metrics/ClassLength:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/BracesAroundHashParameters:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false