Sha256: 9191a95061c210d40c51df3bf1714c20cbc7c9e32a39f19e20618905718c5679

Contents?: true

Size: 1.18 KB

Versions: 9

Compression:

Stored size: 1.18 KB

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.0

Lint/AmbiguousBlockAssociation:
  Enabled:
    false
Metrics/BlockLength:
  Exclude:
    - "spec/**/*"
    - "lib/**/*.rake"
Style/BarePercentLiterals:
  EnforcedStyle: percent_q
Style/ClassAndModuleChildren:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/FileName:
  Exclude:
    - "Dangerfile"
Style/IndentHeredoc:
  Enabled: false
Style/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: no_space
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrivialAccessors:
  AllowPredicates: true
Style/PercentLiteralDelimiters:
  Enabled: false
Style/SingleLineBlockParams:
  Enabled: false
Style/ModuleFunction:
  Enabled: false

# Enable someday
Style/Documentation:
  Enabled: false

# Needs refactors
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Style/PredicateName:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Style/PerlBackrefs:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/AccessorMethodName:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-3.11.1 .rubocop.yml
capistrano-3.11.0 .rubocop.yml
capistrano-3.10.2 .rubocop.yml
capistrano-3.10.1 .rubocop.yml
capistrano-3.10.0 .rubocop.yml
capistrano-3.9.1 .rubocop.yml
capistrano-3.9.0 .rubocop.yml
capistrano-3.8.2 .rubocop.yml
capistrano-3.8.1 .rubocop.yml