Sha256: 17aeb3a38f12ddb5d035a90d854e8f2d03081c632c038238e0c83a2084dbfdeb

Contents?: true

Size: 669 Bytes

Versions: 5

Compression:

Stored size: 669 Bytes

Contents

---
AllCops:
  TargetRubyVersion: 2.4
  Include:
  - app/**/*.rb
  - lib/**/*.rb
  - spec/**/*.rb
  Exclude:
  - app/assets/**/*
  - bin/**/*
  - client/node_modules/**/*
  - config/**/*
  - coverage/**/*
  - data/**/*
  - db/**/*
  - log/**/*
  - phrase/**/*
  - public/**/*
  - tmp/**/*
  - vendor/**/*
Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 100
Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%w": "[]"
RSpec/ExampleLength:
  Max: 10
require:
- rubocop-rspec
RSpec/MultipleExpectations:
  Max: 10
RSpec/NestedGroups:
  Max: 10
RSpec/MessageExpectation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
duckface-interfaces-0.0.5 .rubocop.yml
duckface-interfaces-0.0.4 .rubocop.yml
duckface-interfaces-0.0.3 .rubocop.yml
duckface-interfaces-0.0.2 .rubocop.yml
duckface-interfaces-0.0.1 .rubocop.yml