Sha256: 4902d92be84d60a0a253788722016ecf90a068eeb0c984a2cd51418af667078e

Contents?: true

Size: 432 Bytes

Versions: 4

Compression:

Stored size: 432 Bytes

Contents

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'db/migrate/**/*'
    - 'db/schema.rb'

Metrics/LineLength:
  Max: 120

Documentation:
  Enabled: false

Style/StringLiterals:
  Description: Checks if uses of quotes match the configured preference.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals
  Enabled: true
  EnforcedStyle: single_quotes
  SupportedStyles:
  - single_quotes
  - double_quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hash_attribute_assignment-0.0.5 .rubocop.yml
hash_attribute_assignment-0.0.4 .rubocop.yml
hash_attribute_assignment-0.0.3 .rubocop.yml
hash_attribute_assignment-0.0.2 .rubocop.yml