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