-
Notifications
You must be signed in to change notification settings - Fork 78
Add Danger #102
Comments
@cojoj You can see the errors/warnings in buddybuild logs for now like this. But I know it's a bit troublesome... if we put a high priority on fixing the errors/warnings by SwiftLint, it's better to use such a tool. |
Hah, dependencies... Dependencies everywhere... ¯_(ツ)_/¯ |
Yes, but I understand Danger helps us a lot especially for a big OSS. Maybe it's time to introduce it! |
It's a nice addition for keeping consistency in project. Especially when it comes to modifying more than just a source files. Right now you have to remember everything by heart... If you add something, update README etc. |
Sounds great! I'd love to add Danger to Marathon. I'll update the issue title to "Add Danger" and set it to ready for implementation. Anyone up for the task? 😄 |
I can play with it @JohnSundell. I always wanted to give Danger a spin 😎 |
@cojoj Awesome 🚀 |
I'm working on it in #106 🙌 Feel free to write what you;d like to see in |
It's super strange that I can't make SwiftLint work with our CI... It's not reporting at all! I don't know what's the problem... I've tried looking up some similar set ups and for example firefox has it and it works just fine for them! It's like |
@cojoj I have never faced that...🤔 |
@pixyzehn FYI solved it... Looks like our Also, please take a look and verify |
Our CI is printing linter errors/warnings just fine, but the results aren't visible to the PR creators. - which kinda sucks, right? 😜
Do you know how to achieve this @pixyzehn?
One thing that comes to my mind is to introduce Danger (since buddybuild uses it without any issues) and use something like this.
The text was updated successfully, but these errors were encountered: