# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-01-24 13:49:04 -0500 using RuboCop version 0.47.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: 3 Metrics/AbcSize: Max: 24 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 94 # Offense count: 26 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 131 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 14 # 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/AccessorMethodName: Exclude: - 'lib/estella/helpers.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: 3 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/estella/query.rb' - '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. # SupportedStyles: only_raise, only_fail, semantic Style/SignalException: Exclude: - 'lib/estella/parser.rb'