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