Use standard rubocop

This commit is contained in:
Tim Smith 2015-09-08 13:51:57 -07:00
parent 97e14002a9
commit 7309b33987

View File

@ -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