Sha256: 88dc6303c1223aed8075a400016d62d3100f469a63183fc3125cf42f74499157

Contents?: true

Size: 659 Bytes

Versions: 25

Compression:

Stored size: 659 Bytes

Contents

Feature: Smell selection
  In order to focus on particular code smells
  As a developer
  I want to be able to selectively activate smell detectors

  Scenario: --smell selects a smell to detect
    Given a smelly file called 'smelly.rb'
    And a configuration file masking some duplication smells called 'config.reek'
    When I run reek --no-line-numbers --smell UncommunicativeMethodName smelly.rb
    Then the exit status indicates smells
    And it reports:
      """
      smelly.rb -- 1 warning:
        UncommunicativeMethodName: Smelly#m has the name 'm' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Method-Name.md]
      """

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
reek-4.2.3 features/command_line_interface/smell_selection.feature
reek-4.2.2 features/command_line_interface/smell_selection.feature
reek-4.2.1 features/command_line_interface/smell_selection.feature
reek-4.2.0 features/command_line_interface/smell_selection.feature
reek-4.1.1 features/command_line_interface/smell_selection.feature
reek-4.1.0 features/command_line_interface/smell_selection.feature
reek-4.0.5 features/command_line_interface/smell_selection.feature
reek-4.0.4 features/command_line_interface/smell_selection.feature
reek-4.0.3 features/command_line_interface/smell_selection.feature
reek-4.0.2 features/command_line_interface/smell_selection.feature
reek-4.0.1 features/command_line_interface/smell_selection.feature
reek-4.0.0 features/command_line_interface/smell_selection.feature
reek-4.0.0.pre1 features/command_line_interface/smell_selection.feature
reek-3.11 features/command_line_interface/smell_selection.feature
reek-3.10.2 features/command_line_interface/smell_selection.feature
reek-3.10.1 features/command_line_interface/smell_selection.feature
reek-3.10.0 features/command_line_interface/smell_selection.feature
reek-3.9.1 features/command_line_interface/smell_selection.feature
reek-3.9.0 features/command_line_interface/smell_selection.feature
reek-3.8.3 features/command_line_interface/smell_selection.feature