Sha256: fd31718e4261089781511dc90a7ae4e17dbaddb3c34923646dd0c852524efe25

Contents?: true

Size: 517 Bytes

Versions: 5

Compression:

Stored size: 517 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

Layout/LineLength:
  Max: 80

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

Rails/ApplicationRecord:
  Enabled: false

Rails/BelongsTo:
  Enabled: false

Rails/ApplicationController:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jsonapi.rb-1.6.0 .rubocop.yml
jsonapi.rb-1.5.7 .rubocop.yml
jsonapi.rb-1.5.6 .rubocop.yml
jsonapi.rb-1.5.5 .rubocop.yml
jsonapi.rb-1.5.4 .rubocop.yml