Sha256: 26330460ef5b9a749319fec4304231fb8ba9f373a7897a8ba4de06bd6f28ac66
Contents?: true
Size: 774 Bytes
Versions: 4
Compression:
Stored size: 774 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - "*.gemspec" Metrics/AbcSize: Enabled: false # because ABC tells you nothing useful! Metrics/LineLength: Max: 120 Metrics/BlockLength: Exclude: - "Rakefile" - "spec/**/*.rb" Metrics/ClassLength: Max: 1500 Metrics/MethodLength: Max: 35 Metrics/ModuleLength: Max: 1500 Exclude: - "spec/**/*.rb" Metrics/ParameterLists: Enabled: false # this is a really strange thing when you use named parameters. Style/StringLiterals: EnforcedStyle: double_quotes Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false # avoids dangling object pointers Performance/RedundantBlockCall: Enabled: false # because `block.call` is more explicit than a "yield" somewhere down low
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
auster-0.4.0 | .rubocop.yml |
auster-0.3.1 | .rubocop.yml |
auster-0.3.0 | .rubocop.yml |
auster-0.2.2 | .rubocop.yml |