Sha256: 4c0fed17fc13cbb4cd29d07ac017740fe9dbacca8b83655869501faec2188d88
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-08-19 19:02:50 UTC using RuboCop version 0.89.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: 2 Lint/MissingSuper: Exclude: - 'lib/reek/rake/task.rb' - 'lib/reek/smell_detectors/base_detector.rb' # Offense count: 2 Lint/UnreachableLoop: Exclude: - 'spec/reek/ast/node_spec.rb' # Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 21 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 161 # Offense count: 13 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods. Metrics/MethodLength: Max: 16 # Offense count: 2 RSpec/AnyInstance: Exclude: - 'spec/reek/cli/application_spec.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: 30 RSpec/MultipleExpectations: Max: 5 # Offense count: 16 # Configuration parameters: AllowSubject. RSpec/MultipleMemoizedHelpers: Max: 9 # Offense count: 27 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reek-6.0.2 | .rubocop_todo.yml |