IBDecodable / IBLinter

A linter tool for Interface Builder
MIT License
950 stars 40 forks source link

Add CheckstyleReporter #92

Closed nysander closed 5 years ago

nysander commented 5 years ago

According to #90

please check this out. I do not know how to build it on my Xcode having only sources.

kateinoigakukun commented 5 years ago

You can build this project in Xcode by following steps.

$ # In the root directory of IBLinter
$ swift package generate-xcodeproj
$ open IBLinter.xcodeproj
nysander commented 5 years ago

Great thx. Debugging will be lot easier

nysander commented 5 years ago

project is building locally, export result looks promising but I have no idea how to use this in Jenkins without cocoapod release.

huge greetings for https://github.com/realm/SwiftLint project for source files on which my PR was build

nysander commented 5 years ago

as this is add-on feature which do not break any backward compatibility, could you release this for cocoapod so I can test its behavior?

if this will work I will provide docs how to connect IBLinter with Jenkins

nysander commented 5 years ago

please hold on merging. I've found bug in exported XML file. fix on the way

nysander commented 5 years ago

support for IBLinter was just merged to Jenkins Warnings NG Plugin: https://github.com/jenkinsci/warnings-ng-plugin/commit/62d321ea2c124680a6df1acc5241dced8683b11b :)

nysander commented 5 years ago

Great thank you