Sha256: 2cfb4d6cb16baf732b2100aa6da2021dc7cc294d75556c3e6a9b53774837c83a

Contents?: true

Size: 754 Bytes

Versions: 1

Compression:

Stored size: 754 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

RSpec:
  Enabled: true

Performance:
  Enabled: true

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/LineLength:
  Max: 80

Metrics/MethodLength:
  Max: 12

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

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ContextWording:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/WordArray:
  Enabled: false

RSpec/FilePath:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluxx-0.1.5 .rubocop.yml