Sha256: 40bb64447acadd81d09fab42e45756e49d2a65d19fd25c681c665f8da2a118be

Contents?: true

Size: 683 Bytes

Versions: 4

Compression:

Stored size: 683 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable
  SuggestExtensions: false

require:
  - rubocop-performance
  - rubocop-rspec

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*_spec.rb

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

Metrics/MethodLength:
  Max: 10

RSpec/NamedSubject:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dotcrypt-0.2.0 .rubocop.yml
dotcrypt-0.1.3 .rubocop.yml
dotcrypt-0.1.2 .rubocop.yml
dotcrypt-0.1.0 .rubocop.yml