# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-05-20 16:29:39 -0400 using RuboCop version 0.60.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: 3 Metrics/AbcSize: Max: 18 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 134 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 103 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 12 # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: MaxKeyValuePairs. Performance/RedundantMerge: Exclude: - 'lib/estella/parser.rb' - 'lib/estella/searchable.rb' # Offense count: 1 Style/ClassVars: Exclude: - 'lib/estella/helpers.rb' # Offense count: 7 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/estella/analysis.rb' - 'lib/estella/helpers.rb' - 'lib/estella/parser.rb' - 'lib/estella/query.rb' - 'lib/estella/searchable.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/estella/searchable.rb' # Offense count: 9 # Cop supports --auto-correct. Style/MutableConstant: Exclude: - 'lib/estella/analysis.rb' - 'lib/estella/version.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: only_raise, only_fail, semantic Style/SignalException: Exclude: - 'lib/estella/parser.rb' # Offense count: 30 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 135