Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedJunitReporterOutput.xml
Danny Mösch 6c1ae86eb3 Use URL for file paths throughout the code base
# Conflicts:
#	Source/SwiftLintFramework/Extensions/FileManager+SwiftLint.swift
#	Tests/IntegrationTests/ConfigPathResolutionTests.swift
2026-01-24 22:13:56 +01:00

17 lines
951 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='${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>