Sha256: 6b233c4a1e3c144bbc8fed71d805c0c7dc28ff0140c6ec0fad0cd9d8bb33f11c
Contents?: true
Size: 392 Bytes
Versions: 7
Compression:
Stored size: 392 Bytes
Contents
inherit_from: ../.rubocop.yml AllCops: Exclude: - 'bin/*' TargetRubyVersion: 2.4 Layout/LineLength: Exclude: - 'spec/**/*.rb' # setting to 6 to match RubyMine autoformat Layout/FirstArrayElementIndentation: IndentationWidth: 6 # rspec blocks are huge by design Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ModuleLength: Exclude: - 'spec/**/*.rb'
Version data entries
7 entries across 7 versions & 2 rubygems