Sha256: 4d1e96f35bc722713a4b4b3392773bca29702a2f6c48417c6e5fbc9e9cbefc19

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3.8

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/LambdaCall:
  EnforcedStyle: braces

Style/ModuleFunction:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 20

Metrics/ModuleLength:
  Max: 200

Naming/FileName:
  Exclude:
    - lib/fun-ruby.rb

Style/DocumentationMethod:
  Enabled: true

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

Style/TrailingUnderscoreVariable:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fun-ruby-0.0.1 .rubocop.yml