mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
15 lines
769 B
XML
15 lines
769 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<testsuites><testsuite>
|
|
<testcase classname='Formatting Test' name='filename'>
|
|
<failure message='Violation Reason.'>warning:
|
|
Line:1 </failure> </testcase>
|
|
<testcase classname='Formatting Test' name='filename'>
|
|
<failure message='Violation Reason.'>error:
|
|
Line:1 </failure> </testcase>
|
|
<testcase classname='Formatting Test' name='filename'>
|
|
<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> |