Sha256: f8a7f2e1881089592af6c42bbed2309bf27662313dcb7ce497ebdc32858a5258

Contents?: true

Size: 393 Bytes

Versions: 5

Compression:

Stored size: 393 Bytes

Contents

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

require: rubocop-performance

Performance:
  Enabled: true

Rails:
  Enabled: true

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/LineLength:
  Max: 80

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jsonapi.rb-1.5.3 .rubocop.yml
jsonapi.rb-1.5.2 .rubocop.yml
jsonapi.rb-1.5.1 .rubocop.yml
jsonapi.rb-1.5.0 .rubocop.yml
jsonapi.rb-1.4.5 .rubocop.yml