Sha256: 4296189d7a307af24477c7bf9d5bd2075c2648a41fa3f76d638db1503ede3ef7

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'gemfiles/*'

Layout/CaseIndentation:
  Enabled: true
  EnforcedStyle: end

Layout/EndOfLine:
  EnforcedStyle: "lf"

Layout/IndentHeredoc:
  EnforcedStyle: "squiggly"

Layout/IndentationConsistency:
  EnforcedStyle: "normal"

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Style/SafeNavigation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: "single_quotes"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rapporteur-3.6.4 .rubocop.yml