Sha256: 7a0fcc7c15dd121f0b450a303e8ab0b3adb4bd1b1b8c7bcab4a1398eedfd5321

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-08-10 13:40:30 UTC using RuboCop version 0.89.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: 5
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
  Max: 66

# Offense count: 7
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 22

# Offense count: 6
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
Metrics/MethodLength:
  Max: 39

# Offense count: 1
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
  Max: 103

# Offense count: 6
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 24

# Offense count: 5
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/regexgen/minimize.rb'
    - 'lib/regexgen/regex.rb'
    - 'lib/regexgen/set.rb'
    - 'lib/regexgen/state.rb'
    - 'lib/regexgen/trie.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
regexgen-0.2.1 .rubocop_todo.yml
regexgen-0.2.0 .rubocop_todo.yml
regexgen-0.1.1 .rubocop_todo.yml
regexgen-0.1.0 .rubocop_todo.yml