Sha256: 10d5c44635019acb9d629f2e1ade75e019621b622aa8d56c36bce66aa23aeea4

Contents?: true

Size: 799 Bytes

Versions: 21

Compression:

Stored size: 799 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 1.9

# not Ruby 1.9.3 compatible
Style/PercentLiteralDelimiters:
  Enabled: false

# 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

Layout/SpaceInsideStringInterpolation:
  Enabled: false

Layout/MultilineOperationIndentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

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

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
commander-openflighthpc-2.2.0 .rubocop.yml
commander-openflighthpc-2.1.2 .rubocop.yml
commander-openflighthpc-2.1.1 .rubocop.yml
commander-openflighthpc-2.1.0 .rubocop.yml
commander-openflighthpc-2.0.2 .rubocop.yml
commander-openflighthpc-2.0.1 .rubocop.yml
commander-openflighthpc-2.0.0 .rubocop.yml
commander-4.5.2 .rubocop.yml
commander-4.5.1 .rubocop.yml
commander-4.5.0 .rubocop.yml
commander-openflighthpc-1.2.0 .rubocop.yml
commander-openflighthpc-1.1.2 .rubocop.yml
commander-openflighthpc-1.1.1 .rubocop.yml
commander-openflighthpc-1.1.0 .rubocop.yml
commander-openflighthpc-1.0.0 .rubocop.yml
commander-openflighthpc-1.0.0.pre.alpha1 .rubocop.yml
commander-4.4.7 .rubocop.yml
murano-cli-commander-4.4.10 .rubocop.yml
commander-4.4.6 .rubocop.yml
commander-4.4.5 .rubocop.yml