Sha256: 90edfe9f31a726b98c5b85638ecf93f885c084f6cdb1193948216d17efb66b49

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

AllCops:
  Exclude:
    - Gemfile
    - test/*
    - Rakefile
    - rocket_api.gemspec
    - bin/*

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/LineLength:
  Max: 190

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Metrics/MethodLength:
  Max: 77

Metrics/BlockLength:
  Max: 177

Naming/PredicateName:
  Enabled: false

Style/GuardClause:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/MixinUsage:
  Enabled: false

Lint/AmbiguousOperator:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

Layout/DefEndAlignment:
  Enabled: false

Style/MultilineIfModifier:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/IdenticalConditionalBranches:
  Enabled: false

Style/ExplicitBlockArgument:
  Enabled: false

Style/RedundantFreeze:
  Enabled: false

Style/RedundantInterpolation:
  Enabled: false

Style/NumericLiteralPrefix:
  Enabled: false

Layout/EmptyLineBetweenDefs:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rocket_api-0.0.1.8 .rubocop.yml
rocket_api-0.0.1.7 .rubocop.yml
rocket_api-0.0.1.6 .rubocop.yml
rocket_api-0.0.1.5 .rubocop.yml
rocket_api-0.0.1.4 .rubocop.yml
rocket_api-0.0.1.3 .rubocop.yml
rocket_api-0.0.1.2 .rubocop.yml