Sha256: cbb39c9abce68676d7b99335fae023f071455e444f8fcc1a77f26726d2703665
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
inherit_from: .rubocop_todo.yml # Avoid single-line methods. SingleLineMethods: AllowIfMethodIsEmpty: true StringLiterals: Enabled: false Style/SignalException: EnforcedStyle: 'only_raise' # Use trailing rather than leading dots on multi-line call chains Style/DotPosition: EnforcedStyle: trailing Style/Documentation: Enabled: false Metrics/MethodLength: Max: 15 Metrics/ClassLength: Max: 150
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
creditsafe-0.2.0 | .rubocop.yml |
creditsafe-0.1.1 | .rubocop.yml |