Sha256: 32cecf0ad51e1eb31adcc0637d901adde753e94a52281fb7471d996019f70d48
Contents?: true
Size: 807 Bytes
Versions: 13
Compression:
Stored size: 807 Bytes
Contents
# Configuration for all cops and global extension configuration require: - rubocop-performance - rubocop-rails - rubocop-rake - rubocop-rspec inherit_mode: merge: - Exclude inherit_from: - "./rubocop-bundler.yml" - "./rubocop-gemspec.yml" - "./rubocop-layout.yml" - "./rubocop-lint.yml" - "./rubocop-metrics.yml" - "./rubocop-naming.yml" - "./rubocop-performance.yml" - "./rubocop-rails.yml" - "./rubocop-rspec.yml" - "./rubocop-security.yml" - "./rubocop-style.yml" AllCops: Exclude: - ".git/**/*" - "node_modules/**/*" - Dockerfile - docker-compose.yml NewCops: disable # review new cops for styleguide before including TargetRubyVersion: 2.7 Performance: Enabled: true Rails: Enabled: true Rake: Enabled: true RSpec: Enabled: true
Version data entries
13 entries across 13 versions & 1 rubygems