@kimdv looks great so far! Not sure if you want to add any other feature to the step, right now it will install swiftlint and run it in the current directory - maybe an input for where swiftlint lint should be run would be useful? Just an idea
Dev note: as described at GitHub - kimdv/bitrise-step-swiftlint you can now use this step both on your Mac and on bitrise.io, without even sharing it. On your Mac you can use the path::/path/to/step form, and the git:: one works everywhere even on bitrise.io - example:
Thanks for the feedback @viktorbenei!
There is still a lot of work to do, sure thing!
I should only run in the project folder. I will see if I can make that for a version 0.2.0
I think it should be available for all users, because it is a common used tool among Swift developers.
Can I use the bitrise :share ?
Sure, but rather use the bitrise.yml which was auto generated when you created the step - as described in the generated README: GitHub - kimdv/bitrise-step-swiftlint