Search code examples
command-line-interfaceswiftlint

Swiftlint output file I am not able to get


I am using Swiftlint CLI and it is running successfully and showing the quality issues in terminal.But their is no HTML file generating to see the output . Can anyone help how to get the output.


Solution

  • UPDATE 12.2016

    HTML is now valid reporter format in SwiftLint

    Original Answer

    The docs don't say anything about reporting in HTML, perhaps you mistake this tool for the Tailor tool at http://tailor.sh?

    the reporting format options (specified in .swiftlint.yml) are: reporter: "xcode" # reporter type (xcode, json, csv, checkstyle, junit)