Sha256: fdb7d58985d274d145f760273d622d49e4b992b38ad619511123e9c59399ff69

Contents?: true

Size: 1.98 KB

Versions: 1

Compression:

Stored size: 1.98 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-05 17:49:10 +0200 using RuboCop version 0.58.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 2
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
  Exclude:
    - 'exe/bitbar-concourse'
    - 'lib/bitbar/concourse/build_presenter.rb'

# Offense count: 1
Lint/DuplicateMethods:
  Exclude:
    - 'lib/concourse/pipeline.rb'

# Offense count: 4
Metrics/AbcSize:
  Max: 34

# Offense count: 9
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 146

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 12

# Offense count: 6
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 176

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 16

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 148

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 8

# Offense count: 4
# Configuration parameters: EnforcedStyle.
# SupportedStyles: snake_case, normalcase, non_integer
Naming/VariableNumber:
  Exclude:
    - 'spec/unit/job_spec.rb'
    - 'spec/unit/pipeline_spec.rb'

# Offense count: 2
Security/Open:
  Exclude:
    - 'lib/concourse/client.rb'

# Offense count: 1
Style/DoubleNegation:
  Exclude:
    - 'lib/concourse/build.rb'

# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/concourse/client.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinSize.
# SupportedStyles: percent, brackets
Style/SymbolArray:
  Exclude:
    - 'Rakefile'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitbar-concourse-1.1 .rubocop_todo.yml