Sha256: c7b4e443a7eda71cb85be5060eaff7c1e4c2fb98fc145c900a97eedb93fedd39

Contents?: true

Size: 962 Bytes

Versions: 2

Compression:

Stored size: 962 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-02-22 13:21:17 +0900 using RuboCop version 0.52.1.
# 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
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 76

# Offense count: 8
# Configuration parameters: Max.
RSpec/NestedGroups:
  Exclude:
    - 'spec/random_password/base_spec.rb'

# Offense count: 2
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/random_password.rb'
    - 'lib/random_password/base.rb'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
random_password-0.1.1 .rubocop_todo.yml
random_password-0.1.0 .rubocop_todo.yml