Sha256: 26d9e6efd53859a605faa5af2e159e62c5f67f0ecba5e8ede61a4b2690d76b9c
Contents?: true
Size: 604 Bytes
Versions: 8
Compression:
Stored size: 604 Bytes
Contents
@overrides_defaults Feature: Overriding current rules by specifying new configuration values In order to customize Reek to suit my needs As a developer I want to be able to override the default configuration values Scenario: List of configuration values is overridden by a lower config file When I run reek spec/samples/overrides_defaults/camel_case.rb Then the exit status indicates smells And it reports: """ spec/samples/overrides_defaults/camel_case.rb -- 1 warning: [9]:CamelCase#initialize has the variable name 'x1' (UncommunicativeVariableName) """
Version data entries
8 entries across 8 versions & 1 rubygems