swiftlint-to-annotations
!npm
A utility to convert the SwiftLint JSON output to the annotations format used by GitHub checks. The output is also JSON, just in a different format.
To install:
``
npm install -g swiftlint-to-annotations
`
To do the conversion
`
swiftlint-to-annotations /path/to/json/output
``