Sha256: 152ebf9f5ca96ead398b937c5b08651f36937aef0f6fb9e7ed4a40ee105d4a1c

Contents?: true

Size: 1.57 KB

Versions: 12

Compression:

Stored size: 1.57 KB

Contents

require:
  - rubocop-performance
  - rubocop-rails

AllCops:
  Exclude:
    - bin/*
    - db/schema.rb
    - spec/rails_helper.rb
    - spec/spec_helper.rb
    - node_modules/*

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/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

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

# Rails

Rails/ApplicationController:
  Enabled: false

Rails/BulkChangeTable:
  Enabled: false

Rails/NotNullColumn:
  Enabled: false

Rails/ReversibleMigration:
  Enabled: false

Rails/SkipsModelValidations:
  Enabled: false

Rails/UnknownEnv:
  Environments:
    - development
    - test
    - staging
    - production

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
eivo-rails-0.1.12 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.11 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.10 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.9 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.8 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.7 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.6 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.5 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.4 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.3 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.2 lib/generators/eivo/templates/.rubocop.yml
eivo-rails-0.1.1 lib/generators/eivo/templates/.rubocop.yml