Sha256: 796cee5d9d1142d892bebbebc56d52ee59ae74a3ae4a0abb2c67223f07e9e095
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 3.0 NewCops: enable Exclude: - 'bin/*' - 'vendor/**/*' Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Metrics/AbcSize: Max: 18 Layout/LineLength: Max: 120 Exclude: - 'spec/**/*' Metrics/MethodLength: Max: 20 Metrics/BlockLength: Exclude: - 'spec/**/*' Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Style/SymbolArray: Enabled: true RSpec/NestedGroups: Max: 5 Style/AccessorGrouping: EnforcedStyle: separated
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zerobounce-0.3.1 | .rubocop.yml |