Sha256: 88a9bc302030c3ae0f84d9b4f01d3119b51d794a1db09252a414c8f8ef4a89ba

Contents?: true

Size: 1.69 KB

Versions: 18

Compression:

Stored size: 1.69 KB

Contents

inherit_mode:
  merge:
    - Exclude

require: 
- standard
- standard-custom
- standard-performance
- rubocop-performance
- rubocop-rake
- rubocop-rspec

inherit_gem:
  standard: config/base.yml
  standard-performance: config/base.yml
  standard-custom: config/base.yml

# custom enables/disables
Layout/LineLength:
  Enabled: true
  Max: 100
Style/DisableCopsWithinSourceCodeDirective:
  Enabled: true
Rake/Desc:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false

AllCops:
  NewCops: enable
  Include:
    - '**/*.rb'
    - '**/*.arb'
    - '**/*.axlsx'
    - '**/*.builder'
    - '**/*.fcgi'
    - '**/*.gemfile'
    - '**/*.gemspec'
    - '**/*.god'
    - '**/*.jb'
    - '**/*.jbuilder'
    - '**/*.mspec'
    - '**/*.opal'
    - '**/*.pluginspec'
    - '**/*.podspec'
    - '**/*.rabl'
    - '**/*.rake'
    - '**/*.rbuild'
    - '**/*.rbw'
    - '**/*.rbx'
    - '**/*.ru'
    - '**/*.ruby'
    - '**/*.schema'
    - '**/*.spec'
    - '**/*.thor'
    - '**/*.watchr'
    - '**/.irbrc'
    - '**/.pryrc'
    - '**/.simplecov'
    - '**/buildfile'
    - '**/Appraisals'
    - '**/Berksfile'
    - '**/Brewfile'
    - '**/Buildfile'
    - '**/Capfile'
    - '**/Cheffile'
    - '**/Dangerfile'
    - '**/Deliverfile'
    - '**/Fastfile'
    - '**/*Fastfile'
    - '**/Gemfile'
    - '**/Guardfile'
    - '**/Jarfile'
    - '**/Mavenfile'
    - '**/Podfile'
    - '**/Puppetfile'
    - '**/Rakefile'
    - '**/rakefile'
    - '**/Schemafile'
    - '**/Snapfile'
    - '**/Steepfile'
    - '**/Thorfile'
    - '**/Vagabondfile'
    - '**/Vagrantfile'
  Exclude:
    - 'target/**/*'
    - 'node_modules/**/*'
    - 'src/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
    - '.git/**/*'

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
peppermint-0.1.11 .rubocop.yml
peppermint-0.1.10 .rubocop.yml
peppermint-0.1.9 .rubocop.yml
peppermint-0.1.8 .rubocop.yml
peppermint-0.1.7 .rubocop.yml
peppermint-0.1.6 .rubocop.yml
cvefixer-0.6.8 .rubocop.yml
cvefixer-0.6.7 .rubocop.yml
cvefixer-0.6.6 .rubocop.yml
cvefixer-0.6.5 .rubocop.yml
cvefixer-0.6.4 .rubocop.yml
cvefixer-0.6.3 .rubocop.yml
cvefixer-0.6.2 .rubocop.yml
cvefixer-0.6.1 .rubocop.yml
cvefixer-0.6.0 .rubocop.yml
cvefixer-0.5.2 .rubocop.yml
cvefixer-0.5.1 .rubocop.yml
cvefixer-0.5.0 .rubocop.yml