Sha256: 5945bc45e9bdc75175f29682b307c9a2c454f73991a67cfcd536b7cf3abe7305
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true Exclude: - 'Rakefile' - 'vendor/**/*' FileName: Enabled: false DoubleNegation: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/LineLength: Max: 100 Security/MarshalLoad: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/SafeNavigation: Enabled: false Style/YodaCondition: # temporary work around for rubocop bug 'An error occurred while Style/YodaCondition...' (v0.49.1) Exclude: - 'spec/redis_session_store_spec.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-session-store-0.10.0 | .rubocop.yml |