mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
17 lines
893 B
XML
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<Int>'>Error:Line:1</failure>
|
|
</testcase>
|
|
<testcase classname='Formatting Test' name='<nopath>'>
|
|
<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> |