Sha256: d199427d2641578a9e404dae6e59bf1ff13dac545b09eeaf3b8541161bf171ea

Contents?: true

Size: 534 Bytes

Versions: 4

Compression:

Stored size: 534 Bytes

Contents

AllCops:
  Exclude:
    - 'tmp/**/*'
    - 'spec/fixtures/application/htdocs/stylesheets/**/config.rb'
    - 'config/**/*'
    - 'Vagrantfile'
    - 'vendor/**/*'
  TargetRubyVersion: 2.2
  ExtraDetails: true
  DisplayStyleGuide: true
  DisplayCopNames: true
GlobalVars:
  AllowedVariables: []
MethodLength:
  Max: 25
LineLength:
  Max: 200
SpecialGlobalVars:
  Enabled: false
BracesAroundHashParameters:
  Enabled: false
CyclomaticComplexity:
  Max: 10
Metrics/BlockLength:
  Enabled: false
Style/FormatStringToken:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dkdeploy-core-9.1.1 .rubocop.yml
dkdeploy-core-9.0.1 .rubocop.yml
dkdeploy-core-9.1.0 .rubocop.yml
dkdeploy-core-9.0.0 .rubocop.yml