mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 06:47:48 +01:00
[skip ci] Rubocop.yml
This commit is contained in:
parent
36d6cd5816
commit
f9e1d96009
1 changed files with 26 additions and 0 deletions
26
.rubocop.yml
Normal file
26
.rubocop.yml
Normal 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
|
Loading…
Reference in a new issue