danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.05k stars 140 forks source link

Expose markdownAction in SwiftLint lint function #610

Closed Nikoloutsos closed 2 weeks ago

Nikoloutsos commented 3 months ago

Problem: When using the SwiftLint.lint() I do not have an option to be able to have my own customized output.

Solution: Expose the markdownAction so that the developer is able to disable the default output and use his own.