Sha256: 00dd8358f36ca77716e7df62e8657df5fcca3ec91156f52e6a98234a5306ddf1

Contents?: true

Size: 1.81 KB

Versions: 3

Compression:

Stored size: 1.81 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-26 22:27:30 +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: 1
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
# Include: **/*.gemspec
Gemspec/OrderedDependencies:
  Exclude:
    - 'fix-command.gemspec'

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

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

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

# Offense count: 1
# Cop supports --auto-correct.
Style/Dir:
  Exclude:
    - 'lib/fix/command.rb'

# Offense count: 2
# Cop supports --auto-correct.
Style/IfUnlessModifier:
  Exclude:
    - 'lib/fix/command.rb'

# Offense count: 3
Style/MixinUsage:
  Exclude:
    - 'test/command/test_help.rb'
    - 'test/command/test_process_args.rb'
    - 'test/command/test_version.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Whitelist.
# Whitelist: be, be_a, be_an, be_between, be_falsey, be_kind_of, be_instance_of, be_truthy, be_within, eq, eql, end_with, include, match, raise_error, respond_to, start_with
Style/NestedParenthesizedCalls:
  Exclude:
    - 'test/command/test_version.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantBegin:
  Exclude:
    - 'lib/fix/command.rb'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fix-command-0.5.4 .rubocop_todo.yml
fix-command-0.5.3 .rubocop_todo.yml
fix-command-0.5.2 .rubocop_todo.yml