Sha256: ed047f6395e246096459aa7b55e44832d57efa41d56efceb6fcc5225e5105f9d

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  Exclude:
    - "vendor/**/*"
    - "node_modules/**/*"
  DisabledByDefault: true

Performance:
  Enabled: true

Lint:
  Enabled: true

Performance/RedundantBlockCall:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Layout/EmptyLineAfterMagicComment:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ts_routes-1.0.2 .rubocop.yml
ts_routes-1.0.1 .rubocop.yml