Sha256: 8bf1d5baeec113b9d8490fb063303a8e7eb60cdf8ce4b4cc70efaaa87c47e6e3

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-01-25 00:29:24 +0100 using RuboCop version 0.36.0.
# 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: 4
Metrics/AbcSize:
  Max: 32

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

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

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

# Offense count: 1
Style/NestedParenthesizedCalls:
  Exclude:
    - 'test/command/test_version.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fix-command-0.5.1 .rubocop_todo.yml
fix-command-0.5.0 .rubocop_todo.yml