Sha256: 549e70908181caeb78f9d634628c6f320eb2ce26bc9e208a9fbc0a6418422ccf

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 Bytes

Contents

---

inherit_gem:
  rubocop-rails_config:
    - "config/rails.yml"

AllCops:
  Exclude:
    - 'gemfiles/*'
    - 'gemfiles/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.5

Layout/CaseIndentation:
  EnforcedStyle: "end"

Layout/EmptyLinesAroundAccessModifier:
  EnforcedStyle: "around"

Layout/EndOfLine:
  EnforcedStyle: "lf"

Layout/IndentationConsistency:
  EnforcedStyle: "normal"

Style/StringLiterals:
  EnforcedStyle: "single_quotes"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rapporteur-3.8.0 .rubocop.yml
rapporteur-3.7.2 .rubocop.yml
rapporteur-3.7.1 .rubocop.yml