Make RuboCop and RubyMine less annoying

This commit is contained in:
Gerhard Schlager 2017-05-26 22:24:30 +02:00
parent 02c87b4623
commit 781f364d86
No known key found for this signature in database
GPG Key ID: 7DACA3C95B36014B

14
.rubocop.yml Normal file
View File

@ -0,0 +1,14 @@
AllCops:
TargetRubyVersion: 2.3
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: False