Sha256: d782fb51c219c44b073250547055178022293ee995a266228a2292462b2b1abe
Contents?: true
Size: 610 Bytes
Versions: 4
Compression:
Stored size: 610 Bytes
Contents
AllCops: TargetRubyVersion: 2.5.3 Exclude: - bin/* - tmp/**/* - Rakefile - Gemfile - '*.gemspec' - Guardfile # Prefer x > 0 vs x.positive? Style/NumericPredicate: EnforcedStyle: comparison # Raise vs Fail seems to be an on-going debate with no significant impact. # Fixing our style to raise. Style/SignalException: EnforcedStyle: only_raise # Small enough project that documentation can just be in the README Style/Documentation: Enabled: false # Prefer two line empty methods Style/EmptyMethod: EnforcedStyle: expanded Metrics/ClassLength: Exclude: - test/**/*
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
time_range_extractor-0.3.0 | .rubocop.yml |
time_range_extractor-0.2.3 | .rubocop.yml |
time_range_extractor-0.1.3 | .rubocop.yml |
time_range_extractor-0.1.2 | .rubocop.yml |