# 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