Sha256: db6b2f6cd0e877907c412b858039a3fed7d9fc69a8b6fb9ffdf15ca7a120031e
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable Layout/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/AbcSize: Enabled: false Style/Documentation: Enabled: false Naming/FileName: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Style/DoubleNegation: Enabled: false Metrics/ClassLength: Enabled: false Style/ClassVars: Enabled: false Metrics/BlockLength: Enabled: false Security/MarshalLoad: Exclude: - lib/site-inspector/disk_cache.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
site-inspector-3.2.0 | .rubocop.yml |