Sha256: 6096948aa3efbe7d12bead9bd782621f1cc1c7393249feb574fcccd4dffc619a

Contents?: true

Size: 1.2 KB

Versions: 14

Compression:

Stored size: 1.2 KB

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.0

Lint/AmbiguousBlockAssociation:
  Enabled:
    false
Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - "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

14 entries across 14 versions & 1 rubygems

Version Path
capistrano-3.18.1 .rubocop.yml
capistrano-3.18.0 .rubocop.yml
capistrano-3.17.3 .rubocop.yml
capistrano-3.17.2 .rubocop.yml
capistrano-3.17.1 .rubocop.yml
capistrano-3.17.0 .rubocop.yml
capistrano-3.16.0 .rubocop.yml
capistrano-3.15.0 .rubocop.yml
capistrano-3.14.1 .rubocop.yml
capistrano-3.14.0 .rubocop.yml
capistrano-3.13.0 .rubocop.yml
capistrano-3.12.1 .rubocop.yml
capistrano-3.12.0 .rubocop.yml
capistrano-3.11.2 .rubocop.yml