Sha256: 8c6109feaf7672913cec61f972ed8fe6a2c24510d903cf2fd653a31129fe63ef

Contents?: true

Size: 672 Bytes

Versions: 1

Compression:

Stored size: 672 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - Gemfile
    - '*.gemspec'
    - 'vendor/**/*'
    - 'bin/*'
  NewCops: enable  

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Enabled: true
  Exclude: 
    - spec/**/*

Naming/AccessorMethodName:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Metrics/AbcSize:
  Enabled: true
  Exclude:
    - lib/checkers/ai/engine/**/*

Metrics/CyclomaticComplexity:
  Enabled: true
  Exclude:
    - lib/checkers/ai/engine/**/*

Metrics/PerceivedComplexity:
  Enabled: true
  Exclude:
    - lib/checkers/ai/engine/**/*

Metrics/MethodLength:
  Enabled: true
  Exclude:
    - lib/checkers/ai/engine/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
checkers-game-0.1.0 .rubocop.yml