Sha256: 14e06a0eb475ea33d8b5047fcdf117465ee7d6d9b46dec2402905deb313c1bd6

Contents?: true

Size: 971 Bytes

Versions: 5

Compression:

Stored size: 971 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
clean-architecture-0.1.0 .rubocop.yml
clean-architecture-0.0.5 .rubocop.yml
clean-architecture-0.0.4 .rubocop.yml
clean-architecture-0.0.3 .rubocop.yml
clean-architecture-0.0.1 .rubocop.yml