Sha256: f1e9b63193fc8274644a05c7e47cc62580baa12b3a699d520b5c775e82233502

Contents?: true

Size: 474 Bytes

Versions: 10

Compression:

Stored size: 474 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-performance

AllCops:
  NewCops: enable

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Security/Eval:
  Exclude:
    - spec/light/services/error_spec.rb

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/GuardClause:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - spec/data/services/**/*.rb

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
light-services-2.0 .rubocop.yml
light-services-2.0.0.rc9 .rubocop.yml
light-services-2.0.0.rc8 .rubocop.yml
light-services-2.0.0.rc7 .rubocop.yml
light-services-2.0.0.rc6 .rubocop.yml
light-services-2.0.0.rc4 .rubocop.yml
light-services-2.0.0.rc3 .rubocop.yml
light-services-2.0.0.rc2 .rubocop.yml
light-services-2.0.0.rc1 .rubocop.yml
light-services-2.0.0.beta1 .rubocop.yml