Sha256: 2e42cfe9462dc9ad24a0e4c05d54ffa8a10cc235e0ec1f78f6dba921b4cab431
Contents?: true
Size: 404 Bytes
Versions: 3
Compression:
Stored size: 404 Bytes
Contents
require: - standard - rubocop-rspec - rubocop-rake inherit_gem: standard: config/base.yml AllCops: NewCops: enable Exclude: - public/**/* - vendor/**/* - config/**/* - db/schema.rb TargetRubyVersion: 2.7.4 RSpec: Enabled: true # enable rubocop-rspec cops RSpec/DescribeClass: Enabled: false # ignore missing comments on classes Bundler/DuplicatedGem: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
commentable_on-1.1.0 | .rubocop.yml |
commentable_on-1.0.0 | .rubocop.yml |
commentable_on-0.1.0 | .rubocop.yml |