Sha256: 781917b316d82d868fdef5cdd6f1f1ac5d2f75533d597b37313313d62850e052

Contents?: true

Size: 1.7 KB

Versions: 6

Compression:

Stored size: 1.7 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-10-07 12:25:07 -0700 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: 2
Lint/UselessAssignment:
  Exclude:
    - 'lib/modulesync.rb'
    - 'lib/modulesync/cli.rb'

# Offense count: 6
Metrics/AbcSize:
  Max: 64

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 105

# Offense count: 4
Metrics/CyclomaticComplexity:
  Max: 13

# Offense count: 29
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 319

# Offense count: 8
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 79

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

# Offense count: 4
Metrics/PerceivedComplexity:
  Max: 16

# Offense count: 9
# Configuration parameters: Exclude.
Style/Documentation:
  Exclude:
    - 'lib/modulesync.rb'
    - 'lib/modulesync/cli.rb'
    - 'lib/modulesync/constants.rb'
    - 'lib/modulesync/git.rb'
    - 'lib/modulesync/hook.rb'
    - 'lib/modulesync/renderer.rb'
    - 'lib/modulesync/util.rb'

# Offense count: 1
Style/EachWithObject:
  Exclude:
    - 'lib/modulesync/util.rb'

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

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAsExpressionSeparator.
Style/Semicolon:
  Exclude:
    - 'lib/modulesync/util.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
modulesync-0.10.0 .rubocop_todo.yml
modulesync-0.9.0 .rubocop_todo.yml
modulesync-0.8.2 .rubocop_todo.yml
modulesync-0.8.1 .rubocop_todo.yml
modulesync-0.8.0 .rubocop_todo.yml
modulesync-0.7.2 .rubocop_todo.yml