Sha256: 1376bf0d92f99ec9bf5b4f3e20f5dba7e93f37b69322065adc747c04c2b47511

Contents?: true

Size: 684 Bytes

Versions: 6

Compression:

Stored size: 684 Bytes

Contents

inherit_from: .rubocop_todo.yml

# Offense count: 5
Encoding:
  Enabled: false

# Enforce trailing comma after last item of multiline hashes.
Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Metrics/BlockLength:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_fail

Style/ParallelAssignment:
  Enabled: false

Style/NumericLiteralPrefix:
  EnforcedOctalStyle: zero_only

Style/MethodMissing:
  Enabled: false

Style/SpaceInsideStringInterpolation:
  Enabled: false

Style/MultilineOperationIndentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Metrics/ModuleLength:
  CountComments: false  # count full line comments?
  Max: 150

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
commander-fastlane-4.4.6 .rubocop.yml
commander-fastlane-4.4.5 .rubocop.yml
commander-fastlane-4.4.4 .rubocop.yml
commander-fastlane-4.4.3 .rubocop.yml
commander-4.4.3 .rubocop.yml
commander-4.4.2 .rubocop.yml