Johannes Ebeling
Johannes Ebeling
Sorry that my response took so long, but I had to fix some more important stuff first. I will try to get an example ready by next week so that...
@tboogh @jpsim Thanks for your feedback! I'll research the configuration options and will include some version of the configuration file discovery similar to `SwiftGen`. Anything in particular I'll need to...
> Great initiative, a suggestion is that the plugin should look for a configuration file in the project path such as the `SwiftGenPlugin` does https://github.com/SwiftGen/SwiftGenPlugin/blob/stable/Plugins/SwiftGenPlugin/Plugin.swift @tboogh There is a small...
Regarding the whole configuration thing: I can't find an obvious way to pass in the path to a configuration file. This means that we can either add this in this...
I feel a little bit bad about this but I'm not confident that the Xcode Plugin integration is ready. I'm unable to get the plug-in to run consistently with my...
@pol-piella Your PR looks great and thank you for taking this feature over the finish line 🎉
@sroycoursera That's probably related to https://github.com/realm/SwiftLint/issues/4628. We've reported this issue to Apple via a Feedback. They are actively looking into it but right now there isn't much we can do...
I'll take a look at the swift-syntax prerelease today. Maybe I can figure something out.
@shnmxvi That's correct, but the reason isn't `swift-syntx` but rather `exact` keyword in the dependency definition. This will always fail. @jpsim It does however work perfectly fine when defining it...
@jpsim @evfemist That seems like a really good solution and, looking at the documentation, also probably more suitable for SwiftLint in the first place. `buildCommand` really seems to be more...