Sha256: 0fe1fcfa4ed9910b79a48d753098aefdbcf86af579384f7d90a4e9885a484a93
Contents?: true
Size: 510 Bytes
Versions: 7
Compression:
Stored size: 510 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.3 Lint/AssignmentInCondition: Enabled: false Metrics/BlockLength: Exclude: - 'wcc-blogs-client.gemspec' - 'spec/**/*' Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/MultilineBlockChain: Exclude: - 'spec/**/*' Style/BlockDelimiters: Exclude: # we like the `let(:foo) {}` syntax in specs - 'spec/**/*.rb'
Version data entries
7 entries across 7 versions & 1 rubygems