Sha256: 916065a49e40fc1e17ca9965e432dce6a6515167d9730c6f9fb0af171aad1b8a
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 Bytes
Contents
inherit_gem: bixby: bixby_default.yml inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.6 Exclude: - 'spec/**/*.rb' - 'bin/**/*' - 'vendor/**/*' Bundler/DuplicatedGem: Exclude: - 'Gemfile' Metrics/AbcSize: Exclude: - 'lib/ldp/client/methods.rb' Metrics/BlockLength: Exclude: - ldp.gemspec Naming/FileName: Exclude: - 'Gemfile' RSpec/DescribeClass: Exclude: - 'spec/lib/integration/integration_spec.rb' Style/Documentation: Enabled: false Naming/PredicateName: Exclude: - '**/*.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ldp-1.2.1 | .rubocop.yml |
ldp-1.2.0 | .rubocop.yml |
ldp-1.1.0 | .rubocop.yml |