Use standard rubocop
This commit is contained in:
parent
97e14002a9
commit
7309b33987
12
.rubocop.yml
12
.rubocop.yml
@ -1,4 +1,12 @@
|
|||||||
|
AllCops:
|
||||||
|
Exclude:
|
||||||
|
- vendor/**/*
|
||||||
|
|
||||||
|
AlignParameters:
|
||||||
|
Enabled: false
|
||||||
Encoding:
|
Encoding:
|
||||||
Enabled: False
|
Enabled: false
|
||||||
LineLength:
|
LineLength:
|
||||||
Max: 200
|
Enabled: false
|
||||||
|
MethodLength:
|
||||||
|
Enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user