Sha256: 8f5574eb0164d355bf998bcefd68b571ea16daa0bfc93f8f133da6b210257a80

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 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/HeredocIndentation:
  EnforcedStyle: "squiggly"

Layout/IndentationConsistency:
  EnforcedStyle: "normal"

Style/StringLiterals:
  EnforcedStyle: "single_quotes"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rapporteur-3.7.0 .rubocop.yml