Sha256: 9d86511b3adaf0875af96f876c539bf0f24d88bde2944af2c4926ef3c9a3de66
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
inherit_from: .rubocop_todo.yml # Do not attempt to police vendored code AllCops: NewCops: enable TargetRubyVersion: 3.0 Exclude: - 'vendor/**/*' Gemspec/DevelopmentDependencies: EnforcedStyle: gemspec Style/StringLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Layout/LineLength: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true # Stick to verbose until https://bugs.ruby-lang.org/issues/10177 is closed. Style/PreferredHashMethods: EnforcedStyle: verbose Layout/HashAlignment: 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/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/RescueModifier: Enabled: false Style/SymbolProc: Enabled: false Style/Documentation: Enabled: false Style/ParallelAssignment: Enabled: false Metrics/MethodLength: Max: 50 Metrics/AbcSize: Max: 28 Metrics/ClassLength: Max: 200 ## Metrics/CyclomaticComplexity: ## Max: 7 Metrics/BlockLength: Max: 150 Metrics/ParameterLists: Max: 6 Lint/EmptyBlock: Enabled: false require: - rubocop-rake - rubocop-minitest
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.30.1 | .rubocop.yml |
oxidized-0.30.0 | .rubocop.yml |