Sha256: 7f0279ff33cdb687226e11d4ecb4a40db1c204c02cc62d46ed8f6c581d977bbe

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml

# Lots of crappy false-positives from this cop. Go home!
GuardClause:
  Enabled: false

# Sometimes the method is legitimately longer but not complex.
# See spec/support/helpers.rb#job_xml
Metrics/MethodLength:
  Max: 30

# I am a big fan of lines 80 chars and less. However, in some cases it makes
# sense to let the line exceed that length, especially in specs.
Metrics/LineLength:
  Max: 500

Metrics/AbcSize:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rundeck-1.2.1 .rubocop.yml
rundeck-1.2.0 .rubocop.yml