Sha256: dbb075637161c7af5fda8af9eb90d1846ba0b8688ccd86ce89dc276ad19b23b5

Contents?: true

Size: 758 Bytes

Versions: 9

Compression:

Stored size: 758 Bytes

Contents

inherit_from:
  - .rubocop.unhound.yml

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

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

9 entries across 9 versions & 3 rubygems

Version Path
coursemology-evaluator-0.1.6 .rubocop.yml
cancancan-squeel-0.1.4 .rubocop.yml
coursemology-evaluator-0.1.4 .rubocop.yml
coursemology-polyglot-0.2.2 .rubocop.yml
coursemology-polyglot-0.2.1 .rubocop.yml
coursemology-polyglot-0.2.0 .rubocop.yml
coursemology-evaluator-0.1.3 .rubocop.yml
cancancan-squeel-0.1.0 .rubocop.yml
coursemology-polyglot-0.1.0 .rubocop.yml