mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
ccf85e87c3
Fixes #1429
11 lines
756 B
XML
11 lines
756 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<checkstyle version="4.3">
|
|
<file name="<nopath>">
|
|
<error line="0" column="0" severity="error" message="Colons should be next to the identifier when specifying a type and next to the key in dictionary literals." source="swiftlint.rules.colon"/>
|
|
</file>
|
|
<file name="filename">
|
|
<error line="1" column="2" severity="warning" message="Violation Reason." source="swiftlint.rules.line_length"/>
|
|
<error line="1" column="2" severity="error" message="Violation Reason." source="swiftlint.rules.line_length"/>
|
|
<error line="1" column="2" severity="error" message="Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int>." source="swiftlint.rules.syntactic_sugar"/>
|
|
</file>
|
|
</checkstyle> |