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