Sha256: ebf3dc5a26334278c7f202ad65bf2abfe0300fd66fa2761e68a6c430465fe061

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-09-25 11:13:11 +0100 using RuboCop version 0.74.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
#Lint/RequireParentheses:
#  Exclude:
#    - 'lib/extenso_pt.rb'

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

# Offense count: 3
Metrics/CyclomaticComplexity:
  Max: 17

# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 24

# Offense count: 3
Metrics/PerceivedComplexity:
  Max: 19

# Offense count: 1
Naming/ConstantName:
  Exclude:
    - 'lib/extenso_pt.rb'

# Offense count: 39
# Configuration parameters: AllowedChars.
Style/AsciiComments:
  Exclude:
    - 'lib/extenso_pt.rb'
    - 'test/extenso_pt_test.rb'

# Offense count: 7
Style/ClassVars:
  Exclude:
    - 'lib/extenso_pt.rb'

# Offense count: 6
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/extenso_pt.rb'

# Offense count: 2
Style/NestedTernaryOperator:
  Exclude:
    - 'lib/extenso_pt.rb'

# Offense count: 10
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'lib/extenso_pt.rb'

# Offense count: 53
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 317

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
extenso_pt-0.5.3 .rubocop_todo.yml