Sha256: bb659b2816221c4f81d1cf0cc6ad31d646f4544321b98239c6de4e2d614dc49d
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
# Rubocop configuration based on the Relaxed Ruby Style (with some changes). AllCops: TargetRubyVersion: 2.4 # I just want to convert stuff to boolean. Style/DoubleNegation: Enabled: false # Widescreen monitors are now a thing. Metrics/LineLength: Max: 100 # Allow long describe blocks. Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb'
Version data entries
11 entries across 11 versions & 1 rubygems