Sha256: fcb8b6da3d073b454d9816dbf673aedbf457603aac95d9bd8666ac7d4c20e8b1

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

AllCops:
  Exclude:
    - 'tmp/**/*'
    - 'spec/fixtures/application/htdocs/stylesheets/**/config.rb'
    - 'config/**/*'
    - 'Vagrantfile'
    - 'vendor/**/*'
  TargetRubyVersion: 2.5
  ExtraDetails: true
  DisplayStyleGuide: true
  DisplayCopNames: true
Style/GlobalVars:
  AllowedVariables: []
Metrics/MethodLength:
  Max: 25
Layout/LineLength:
  Max: 200
Style/SpecialGlobalVars:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/BlockLength:
  Enabled: false
Style/FormatStringToken:
  Enabled: false
Style/MixinUsage:
  Enabled: false
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dkdeploy-core-9.3.1 .rubocop.yml
dkdeploy-core-9.3.0 .rubocop.yml