SwiftLint/Source/SwiftLintFramework/Reporters
Zev Eisenberg fcf848608e
Add Inline test failure messages (#3040)
* Add Example wrapper in order to display test failures inline when running in Xcode.
* Stop using Swift 5.1-only features so we can compile on Xcode 10.2.
* Wrap strings in Example.
* Add Changelog entry.
* Wrap all examples in Example struct.
* Better and more complete capturing of line numbers.
* Fix broken test.
* Better test traceability.
* Address or disable linting warnings.
* Add documentation comments.
* Disable linter for a few cases.
* Limit mutability and add copy-and-mutate utility functions.
* Limit scope of mutability.
2020-02-02 10:35:37 +02:00
..
CSVReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
CheckstyleReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
EmojiReporter.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
GitHubActionsLoggingReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
HTMLReporter.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
JSONReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
JUnitReporter.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
MarkdownReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
SonarQubeReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
XcodeReporter.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00