Sha256: 122afa51797d1c16fe6964b57ea3f94cc7b01149651e7e02f7e99160127f5104

Contents?: true

Size: 494 Bytes

Versions: 13

Compression:

Stored size: 494 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'
    When I run reek --no-line-numbers --smell UncommunicativeMethodName smelly.rb
    Then the exit status indicates smells
    And it reports:
      """
      smelly.rb -- 1 warning:
        Smelly#m has the name 'm' (UncommunicativeMethodName)
      """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
reek-3.3.1 features/command_line_interface/smell_selection.feature
reek-3.3.0 features/command_line_interface/smell_selection.feature
reek-3.2.1 features/command_line_interface/smell_selection.feature
reek-3.2 features/command_line_interface/smell_selection.feature
reek-3.1 features/command_line_interface/smell_selection.feature
reek-3.0.4 features/command_line_interface/smell_selection.feature
reek-3.0.3 features/command_line_interface/smell_selection.feature
reek-3.0.2 features/command_line_interface/smell_selection.feature
reek-3.0.1 features/command_line_interface/smell_selection.feature
reek-3.0.0 features/command_line_interface/smell_selection.feature
reek-2.2.1 features/command_line_interface/smell_selection.feature
reek-2.2.0 features/command_line_interface/smell_selection.feature
reek-2.1.0 features/command_line_interface/smell_selection.feature