Files
SwiftLint/Tests/FileSystemAccessTests/Resources/CannedCheckstyleReporterOutput.xml
T
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

13 lines
854 B
XML

<?xml version="1.0" encoding="utf-8"?>
<checkstyle version="4.3">
<file name="&lt;nopath&gt;">
<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="${CURRENT_WORKING_DIRECTORY}/filename">
<error line="1" column="1" severity="warning" message="Violation Reason 1" source="swiftlint.rules.line_length"/>
<error line="1" column="0" severity="error" message="Violation Reason 2" source="swiftlint.rules.line_length"/>
</file>
<file name="${CURRENT_WORKING_DIRECTORY}/path/file.swift">
<error line="1" column="2" severity="error" message="Shorthand syntactic sugar should be used, i.e. [Int] instead of Array&lt;Int&gt;" source="swiftlint.rules.syntactic_sugar"/>
</file>
</checkstyle>