Mateusz Zając
Mateusz Zając
Hah, dependencies... Dependencies everywhere... ¯\_(ツ)_/¯
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......
I can play with it @JohnSundell. I always wanted to give Danger a spin 😎
I'm working on it in #106 🙌 Feel free to write what you;d like to see in `Dangefile`
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...
@pixyzehn FYI solved it... Looks like our `.swiftlint.yml` had _some_ conflicts. If you're interested you can take a look at: https://github.com/ashfurrow/danger-swiftlint/issues/43 Also, please take a look and verify `.swiftlint.yml` in...
@techabserve I don't have time to check which commit exactly it was, but the current state of `master` has this problem fixed, so instead of default `pod 'TSMessages', '0.9.12'` you...
To give more context (pun intended), the whole setup is correct, and behind the scenes, it works as expected, meaning: 1. Transaction is correctly created a propagated when the lambda...
@iamemilio so what are our possibilities now? What's the preferred way (if you could share the links). And does it mean that by _design_ we can't have a correlation between...
I mean, I found a way to do it, but it requires a manual injection of Transaction metadata to the logs based on the logs in context v1. I've added...