Sha256: 1480b32c9b11d4551fe31c9e5434127f45c8546e67a726a822bfbd799b518f37

Contents?: true

Size: 1.07 KB

Versions: 19

Compression:

Stored size: 1.07 KB

Contents

<?xml version='1.0'?>
<checkstyle>
  <file name='spec/samples/two_smelly_files/dirty_one.rb'>
    <error column='0' line='4' message='calls @s.title 2 times' severity='warning' source='DuplicateMethodCall'/>
    <error column='0' line='6' message='calls @s.title 2 times' severity='warning' source='DuplicateMethodCall'/>
    <error column='0' line='4' message='calls puts @s.title 2 times' severity='warning' source='DuplicateMethodCall'/>
    <error column='0' line='6' message='calls puts @s.title 2 times' severity='warning' source='DuplicateMethodCall'/>
    <error column='0' line='5' message='contains iterators nested 2 deep' severity='warning' source='NestedIterators'/>
    <error column='0' line='3' message='has the name &apos;a&apos;' severity='warning' source='UncommunicativeMethodName'/>
    <error column='0' line='5' message='has the variable name &apos;@s&apos;' severity='warning' source='UncommunicativeVariableName'/>
    <error column='0' line='5' message='has the variable name &apos;x&apos;' severity='warning' source='UncommunicativeVariableName'/>
  </file>
</checkstyle>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
reek-4.2.3 spec/samples/checkstyle.xml
reek-4.2.2 spec/samples/checkstyle.xml
reek-4.2.1 spec/samples/checkstyle.xml
reek-4.2.0 spec/samples/checkstyle.xml
reek-4.1.1 spec/samples/checkstyle.xml
reek-4.1.0 spec/samples/checkstyle.xml
reek-4.0.5 spec/samples/checkstyle.xml
reek-4.0.4 spec/samples/checkstyle.xml
reek-4.0.3 spec/samples/checkstyle.xml
reek-4.0.2 spec/samples/checkstyle.xml
reek-4.0.1 spec/samples/checkstyle.xml
reek-4.0.0 spec/samples/checkstyle.xml
reek-4.0.0.pre1 spec/samples/checkstyle.xml
reek-3.11 spec/samples/checkstyle.xml
reek-3.10.2 spec/samples/checkstyle.xml
reek-3.10.1 spec/samples/checkstyle.xml
reek-3.10.0 spec/samples/checkstyle.xml
reek-3.9.1 spec/samples/checkstyle.xml
reek-3.9.0 spec/samples/checkstyle.xml