Sha256: ca48472aabd1f16d3a961cfa2396c6b070ada0a314002e948f583a992ec68538

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 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
Style/MixinUsage:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dkdeploy-core-9.2.1 .rubocop.yml