Sha256: f36dcae895304287539376a5307cbf1d1e751ba3e605083d8aa0c4d96ecfe456
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
inherit_from: .rubocop_todo.yml # Do not attempt to police vendored code AllCops: TargetRubyVersion: 2.3 Exclude: - 'vendor/**/*' StringLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false LineLength: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false # Stick to verbose until https://bugs.ruby-lang.org/issues/10177 is closed. Style/PreferredHashMethods: EnforcedStyle: verbose Layout/AlignHash: EnforcedHashRocketStyle: table EnforcedColonStyle: table Style/Not: Enabled: false # comply with @ytti's exacting specifications Style/CommandLiteral: EnforcedStyle: percent_x Style/FormatString: EnforcedStyle: percent Style/FormatStringToken: EnforcedStyle: unannotated Style/RescueModifier: Enabled: false Style/SymbolProc: Enabled: false Style/Documentation: Enabled: false Style/ParallelAssignment: Enabled: false ## Metrics/AbcSize: ## Max: 28 ## ## Metrics/MethodLength: ## Max: 20 ## ## Metrics/ClassLength: ## Max: 140 ## ## Metrics/CyclomaticComplexity: ## Max: 7
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.27.0 | .rubocop.yml |
oxidized-0.26.3 | .rubocop.yml |
oxidized-0.26.2 | .rubocop.yml |
oxidized-0.26.1 | .rubocop.yml |
oxidized-0.26.0 | .rubocop.yml |