Repository URL to install this package:
|
Version:
0.0.27 ▾
|
elixir-logger
/
.rubocop.yml
|
|---|
AllCops:
TargetRubyVersion: 2.5.1
Exclude:
- ./*.gemspec
- spec/**/**
Style/AsciiComments:
Enabled: false
Metrics/AbcSize:
Max: 50
Metrics/MethodLength:
Max: 30
Metrics/LineLength:
Max: 150