Sha256: 94b03c472a4f8fb15ea5bc385ba7c0b2c712b4d40c63db02e8bb8457aac242e6

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

require:
  - rubocop-performance

AllCops:
  Exclude:
    - lib/generators/eivo/templates/config/application.rb

Bundler/OrderedGems:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Naming/PredicateName:
  Enabled: false

Naming/VariableNumber:
  EnforcedStyle: snake_case

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Style/NegatedIf:
  Enabled: false

Style/NumericPredicate:
  EnforcedStyle: comparison

Style/RaiseArgs:
  EnforcedStyle: compact

Style/RescueStandardError:
  EnforcedStyle: implicit

Style/RedundantBegin:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

# Performance

Performance/ChainArrayAllocation:
  Enabled: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
eivo-rails-api-0.1.14 .rubocop.yml
eivo-rails-api-0.1.13 .rubocop.yml
eivo-rails-api-0.1.12 .rubocop.yml
eivo-rails-api-0.1.11 .rubocop.yml
eivo-rails-api-0.1.10 .rubocop.yml
eivo-rails-api-0.1.9 .rubocop.yml