Sha256: 1176356d065b5f6fbeeccabbcc222274edc4cb8f72a9400b185483c8fbd3e636
Contents?: true
Size: 1.65 KB
Versions: 3
Compression:
Stored size: 1.65 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-12-22 13:19:30 +0100 using RuboCop version 0.78.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: 21 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 161 # Offense count: 14 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 16 # Offense count: 2 RSpec/AnyInstance: Exclude: - 'spec/reek/cli/application_spec.rb' # Offense count: 1 # Configuration parameters: CustomIncludeMethods. RSpec/EmptyExampleGroup: Exclude: - 'spec/factories/factories.rb' # Offense count: 1 RSpec/MissingExampleGroupArgument: Exclude: - 'spec/factories/factories.rb' # Offense count: 4 RSpec/MultipleDescribes: Exclude: - 'spec/reek/ast/sexp_extensions_spec.rb' - 'spec/reek/code_comment_spec.rb' - 'spec/reek/report/location_formatter_spec.rb' - 'spec/reek/report/progress_formatter_spec.rb' # Offense count: 32 # Configuration parameters: AggregateFailuresByDefault. RSpec/MultipleExpectations: Max: 5 # Offense count: 25 RSpec/NestedGroups: Max: 5 # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods. # AllowedMethods: present?, blank?, presence, try, try! Style/SafeNavigation: Exclude: - 'lib/reek/ast/node.rb' - 'lib/reek/ast/sexp_extensions/module.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reek-6.0.1 | .rubocop_todo.yml |
reek-6.0.0 | .rubocop_todo.yml |
reek-5.6.0 | .rubocop_todo.yml |