Sha256: d0bb371b159077f547da752a03e40a2ca01bd9c3779a4cd3d403dabc468c04ee
Contents?: true
Size: 509 Bytes
Versions: 44
Compression:
Stored size: 509 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - ./extras/license_header.rb # Remove when we remove .rubocop_todo.yml AllCops: NewCops: disable Metrics/PerceivedComplexity: Max: 20 # Broken on 1.9 Style/HashSyntax: Enabled: false Style/EvalWithLocation: Enabled: false Style/NilComparison: Enabled: false Style/SoleNestedConditional: Enabled: false # Ruby 2.1 compatibility Style/SafeNavigation: Enabled: false Style/SymbolProc: Enabled: false Style/MultilineBlockChain: Enabled: false
Version data entries
44 entries across 44 versions & 1 rubygems