Sha256: 4e5f94572a2726ae632c7622c82251c760144257738434b58d6c420406084440

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 Bytes

Contents

inherit_from:
  - .rubocop.unhound.yml

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
   - 'vendor/bundle/**/*'
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 100

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/DotPosition:
  EnforcedStyle: trailing

Style/Documentation:
  Enabled: false

Style/IndentHash:
  EnforcedStyle: consistent

Style/IfUnlessModifier:
  MaxLineLength: 100

Style/ParallelAssignment:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/WhileUntilModifier:
  MaxLineLength: 100

Style/WordArray:
  Enabled: false

Style/RegexpLiteral:
  AllowInnerSlashes: true

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cancancan-squeel-0.1.3 .rubocop.yml
cancancan-squeel-0.1.2 .rubocop.yml