21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-18 00:18:38 +02:00

Rubocop configuration

add good settings for Rubocop from
https://blog.dnsimple.com/2018/06/quick-tips-for-practical-rubocop-workflow/
This commit is contained in:
Jérémy Lecour 2018-06-14 22:13:39 +02:00 committed by Jérémy Lecour
parent c2f561f2ea
commit 312892d105

View file

@ -1,4 +1,7 @@
AllCops: AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: false
TargetRubyVersion: 2.5 TargetRubyVersion: 2.5
Exclude: Exclude:
- 'node_modules/**/*' - 'node_modules/**/*'
@ -29,7 +32,6 @@ Metrics/BlockLength:
Exclude: Exclude:
- lib/tasks/**/* - lib/tasks/**/*
AsciiComments: AsciiComments:
Enabled: false Enabled: false