Files
2025-10-25 16:57:51 +02:00

17 lines
893 B
XML

<?xml version="1.0" encoding="utf-8"?>
<testsuites failures="1" errors="3" tests="4">
<testsuite failures="1" errors="3" tests="4">
<testcase classname='Formatting Test' name='filename'>
<failure message='Violation Reason 1'>Warning:Line:1</failure>
</testcase>
<testcase classname='Formatting Test' name='filename'>
<failure message='Violation Reason 2'>Error:Line:1</failure>
</testcase>
<testcase classname='Formatting Test' name='${CURRENT_WORKING_DIRECTORY}/path/file.swift'>
<failure message='Shorthand syntactic sugar should be used, i.e. [Int] instead of Array&lt;Int&gt;'>Error:Line:1</failure>
</testcase>
<testcase classname='Formatting Test' name='&lt;nopath&gt;'>
<failure message='Colons should be next to the identifier when specifying a type and next to the key in dictionary literals'>Error:Line:0</failure>
</testcase>
</testsuite>
</testsuites>