Sha256: e1fac56c1ce8042cd68c54ef420f54488bdda125e3c8cfc9fe7e4843ce1b3b5a

Contents?: true

Size: 1.28 KB

Versions: 6

Compression:

Stored size: 1.28 KB

Contents

AllCops:
  Include:
    - '**/*.rb'
    - '**/*.gemfile'
    - '**/*.gemspec'
    - '**/*.rake'
    - '**/*.ru'
    - '**/Gemfile'
    - '**/Guardfile'
    - '**/Rakefile'
  Exclude:
    - bin/*
    - db/schema.rb
    - node_modules/**/*
    - spec/dummy/db/schema.rb
    - spec/dummy/bin/*
    - templates/*
  TargetRubyVersion: 2.5

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Lint/AmbiguousBlockAssociation:
  Enabled: false

Metrics/AbcSize:
  Max: 39

Metrics/BlockLength:
  Exclude:
    - '**/*_spec.rb'
    - 'config/routes.rb'
    - 'lcms-engine.gemspec'
    - 'lib/tasks/elasticsearch.rake'
  ExcludedMethods: ['guard', 'included', 'class_eval']

Metrics/ClassLength:
  Max: 250

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 50

Metrics/PerceivedComplexity:
  Max: 9

Naming/UncommunicativeMethodParamName:
  MinNameLength: 2

Style/AndOr:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/NestedParenthesizedCalls:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: '()'
    '%i': '()'
    '%r': '{}'
    '%w': '()'

Style/RescueModifier:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 .rubocop.yml
lcms-engine-0.3.0 .rubocop.yml
lcms-engine-0.1.3 .rubocop.yml
lcms-engine-0.2.0 .rubocop.yml
lcms-engine-0.1.2 .rubocop.yml
lcms-engine-0.1.0 .rubocop.yml