Sha256: 1dd5a17024728e04b592a276a424c54eb653c168680dc6d4b5c6b0da4086e35b

Contents?: true

Size: 1.13 KB

Versions: 25

Compression:

Stored size: 1.13 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-09-26 16:17:55 +0200 using RuboCop version 0.34.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: 3
Lint/NestedMethodDefinition:
  Exclude:
    - 'lib/rom/relation/class_interface.rb'
    - 'spec/unit/rom/commands_spec.rb'

# Offense count: 13
Metrics/AbcSize:
  Max: 38

# Offense count: 3
Metrics/CyclomaticComplexity:
  Max: 9

# Offense count: 65
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 113

# Offense count: 20
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 42

# Offense count: 3
Metrics/PerceivedComplexity:
  Max: 11

# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName:
  Enabled: false

# Offense count: 1
# Configuration parameters: Methods.
Style/SingleLineBlockParams:
  Exclude:
    - 'lib/rom/commands/graph/class_interface.rb'

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rom-3.3.3 .rubocop_todo.yml
rom-3.3.2 .rubocop_todo.yml
rom-3.3.1 .rubocop_todo.yml
rom-3.3.0 .rubocop_todo.yml
rom-3.2.3 .rubocop_todo.yml
rom-3.2.2 .rubocop_todo.yml
rom-3.2.1 .rubocop_todo.yml
rom-3.2.0 .rubocop_todo.yml
rom-3.1.0 .rubocop_todo.yml
rom-3.0.3 .rubocop_todo.yml
rom-3.0.2 .rubocop_todo.yml
rom-3.0.1 .rubocop_todo.yml
rom-3.0.0 .rubocop_todo.yml
rom-3.0.0.rc2 .rubocop_todo.yml
rom-3.0.0.rc1 .rubocop_todo.yml
rom-3.0.0.beta3 .rubocop_todo.yml
rom-3.0.0.beta2 .rubocop_todo.yml
rom-3.0.0.beta1 .rubocop_todo.yml
rom-2.0.2 .rubocop_todo.yml
rom-2.0.1 .rubocop_todo.yml