danger / swift

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

Swiftlint baseline functionality #549

Open ayushgargdunzo opened 1 year ago

ayushgargdunzo commented 1 year ago

We are using the built-in Swiftlint of Danger to restrict some standard rules in code and highlight them in the PR review. It would be good to have a baseline feature built in for SwiftLint. This ensures we can stop any new issue creeping in right from the time it's integrated.

We found one thread regarding this: https://github.com/realm/SwiftLint/pull/3421

So can we expect this add-on in the Danger, to have this baseline feature for Swiftlint?