António Lima

Results 7 comments of António Lima

using the [headless gem](https://github.com/leonid-shevtsov/headless), you can achieve this :)

Apologies for never returning to this thread with my results but maybe it can still serve as a starting point to someone. Here's a bunch of snippets which i worked...

I'm not familiar with this codebase, but I can try and find similar instances. Do you have any leads?

To add to this, it also removes initializers that just apply property wrappers to the arguments (it does not seem to trigger the rule in the linting digest?) ```swift struct...

> ... it also removes initializers that just apply property wrappers to the arguments This is still happening, ```swift struct Title { let text: String init(@Localised text: String) { self.text...