Sha256: 8e05a09cccf0067306836e3364231ed4a96681e12405056943bea09a560673db

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

AllCops:
  Exclude:
    - 'tmp/**/*'
    - 'spec/fixtures/application/htdocs/stylesheets/**/config.rb'
    - 'config/**/*'
    - 'Vagrantfile'
GlobalVars:
  AllowedVariables: []
MethodLength:
  Max: 25
LineLength:
  Max: 200
Style/TrailingCommaInLiteral:
  Enabled: false
SpecialGlobalVars:
  Enabled: false
BracesAroundHashParameters:
  Enabled: false
CyclomaticComplexity:
  Max: 10

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dkdeploy-rails-0.9.0 .rubocop.yml
dkdeploy-rails-0.8.0 .rubocop.yml
dkdeploy-rails-0.5.0 .rubocop.yml