# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-03-22 20:59:41 -0700 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: 1 Lint/HandleExceptions: Exclude: - 'spec/spec_helper.rb' # Offense count: 4 Metrics/AbcSize: Max: 22 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 5 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 138 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 27 # Offense count: 1 RSpec/DescribeClass: Exclude: - 'spec/integration/yardcheck_spec.rb' # Offense count: 6 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/integration/yardcheck_spec.rb' - 'spec/unit/yardcheck/documentation_spec.rb' - 'spec/unit/yardcheck/method_tracer_spec.rb' - 'spec/unit/yardcheck/typedef/parser_spec.rb' - 'spec/unit/yardcheck/typedef_spec.rb' # Offense count: 1 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/unit/yardcheck/test_value_spec.rb' # Offense count: 1 Style/MethodMissing: Exclude: - 'lib/yardcheck/proxy.rb' # Offense count: 6 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: separated, grouped Style/MixinGrouping: Exclude: - 'lib/yardcheck/documentation.rb' - 'lib/yardcheck/documentation/method_object.rb' - 'lib/yardcheck/method_tracer.rb' - 'lib/yardcheck/runner.rb' - 'lib/yardcheck/spec_observer.rb' - 'lib/yardcheck/typedef/parser.rb'