Sha256: 607a7f962644262afd82bc65b3f8275ebaaf59a5b103f93072086172da4b3a6d
Contents?: true
Size: 670 Bytes
Versions: 2
Compression:
Stored size: 670 Bytes
Contents
require: rubocop-rspec inherit_from: - .rubocop_todo.yml AllCops: Exclude: - bin/* - poms.gemspec - vendor/**/* Style/Documentation: Exclude: - 'lib/poms/has_ancestors.rb' - spec/**/*_spec.rb Style/BlockDelimiters: Exclude: - 'spec/**/*.rb' Style/AndOr: Exclude: - 'lib/poms.rb' # here we do rely on how `or` has lower precedence than `||` - 'lib/poms/configuration.rb' # here we do rely on how `or` has lower precedence than `||` Style/FrozenStringLiteralComment: Enabled: false ModuleLength: Exclude: - spec/**/*_spec.rb # specs are only in module for easier access to functions RSpec/ExampleLength: Max: 15
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
poms-2.1.3 | .rubocop.yml |
poms-2.1.2.1 | .rubocop.yml |