Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedJunitReporterOutput.xml
Danny Mösch 792032480e Support SwiftLint on Windows (#6636)
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
Co-authored-by: Roman Lavrov <roman.lavrov@thebrowser.company>
2026-05-27 22:02:06 +02:00

17 lines
985 B
XML

<?xml version="1.0" encoding="utf-8"?>
<testsuites name="SwiftLint" failures="1" errors="3" tests="4">
<testsuite name="SwiftLint" failures="1" errors="3" tests="4">
<testcase classname='Formatting Test' name='${CURRENT_WORKING_DIRECTORY}/filename'>
<failure message='Violation Reason 1'>Warning:Line:1</failure>
</testcase>
<testcase classname='Formatting Test' name='${CURRENT_WORKING_DIRECTORY}/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>