Sha256: 9e774796430167c8e5ee4308056d527711dd459d97cdd6dfb0f3fd65781a0bc9

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-06-15 22:45:51 +0300 using RuboCop version 0.49.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: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
Lint/UnusedMethodArgument:
  Exclude:
    - 'lib/rspec/dry-plugins.rb'

# Offense count: 1
# Configuration parameters: ContextCreatingMethods, MethodCreatingMethods.
Lint/UselessAccessModifier:
  Exclude:
    - 'lib/dry/plugins/registry/builder.rb'

# Offense count: 2
Metrics/AbcSize:
  Max: 20

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

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 14

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-plugins-0.4.0 .rubocop_todo.yml
dry-plugins-0.3.0 .rubocop_todo.yml
dry-plugins-0.2.0 .rubocop_todo.yml
dry-plugins-0.1.0 .rubocop_todo.yml