Sha256: bc6d428e16c8d043fdbfdc9de2d1897ddf91059ced6278640a2cd2d378b1ba9b
Contents?: true
Size: 744 Bytes
Versions: 8
Compression:
Stored size: 744 Bytes
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 2.5.1 # Don't force top level comments in every class Style/Documentation: Enabled: false # A good line length is 100 chars Layout/LineLength: Max: 100 AllowURI: true Metrics/BlockLength: Enabled: false Metrics/ClassLength: Max: 300 Metrics/MethodLength: Max: 20 Metrics/AbcSize: Max: 30 RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Max: 10 Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
8 entries across 8 versions & 1 rubygems