Sha256: f5ae600ed636712142036bedb3b039b5221e4800c2fb1596e2ca3ce24356c570

Contents?: true

Size: 741 Bytes

Versions: 5

Compression:

Stored size: 741 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.4.2
  DisplayCopNames: true
  NewCops: enable

  Exclude:
    - bin/**/*
    - db/**/*
    - test/**/*
    - node_modules/**/*
    - tmp/**/*
    - Gemfile
    - vendor/**/*
    - gemfiles/**/*

Style/FrozenStringLiteralComment:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Metrics/AbcSize:
  Max: 25
Layout/LineLength:
  Max: 120
Metrics/MethodLength:
  Max: 25
Metrics/BlockLength:
  Max: 30
  Exclude:
    - "Rakefile"
    - "**/*.rake"
    - "spec/**/*.rb"

Performance/MethodObjectAsBlock:
  Enabled: false
Performance/OpenStruct:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
local_precompile-0.3.1 .rubocop.yml
local_precompile-0.1.0 .rubocop.yml
local_precompile-0.0.4 .rubocop.yml
local_precompile-0.0.3 .rubocop.yml
local_precompile-0.0.2 .rubocop.yml