Sha256: 2cad8c82d8e6e784ea69c818379068e5b4f579f6d1312f83fe86c9f6230de9e7

Contents?: true

Size: 655 Bytes

Versions: 4

Compression:

Stored size: 655 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

RSpec:
  Enabled: true

RSpec/MultipleExpectations:
  Enabled: false

Performance:
  Enabled: true

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/LineLength:
  Max: 80

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - '**/*.gemspec'

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

RSpec/FilePath:
  Exclude:
    - 'spec/**/*_spec.rb'

RSpec/DescribedClass:
  Exclude:
    - 'spec/integration/*_spec.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_record-pgcrypto-0.2.2 .rubocop.yml
active_record-pgcrypto-0.2.1 .rubocop.yml
active_record-pgcrypto-0.2.0 .rubocop.yml
active_record-pgcrypto-0.1.1 .rubocop.yml