Daniele Formichelli

Results 152 comments of Daniele Formichelli

Since those are warnings, if we add a strict mode we should probably add some way to exclude some lint warnings to make the generate fail, otherwise as soon as...

> I'd argue that if the lint rule is not valid, we should change it If it's a warning, I would say that in some scenarios it could make sense...

> > If we do it in Config.swift, we could allow passing of a closure which takes a warning and returns whether the warning should be ignored, be printed, or...

Closing as it has been "solved" by printing the warnings at the end of the generation

Closed as stale

Hello @Iron-Ham and @Tyler-Keith-Thompson! 👋 I'm sorry we have missed this ticket when it was created and never heard of Cross-Import-Overlays before 😮 It would surely make sense for us...

Thanks @smiamimbank ! I think it makes sense, would you like to try to add support for this in Tuist?

Can you provide a sample project? The tutorial should be correct AFAICT

Thanks, I can replicate it 🙏 it's a bug of `tuist install`, rather than a documentation issue! :) Thanks for reporting it! 🎉

I don't think we should blindly suppress warnings, but rather allow suppressing a specific instance of it. Otherwise you can just ignore the output and you are good 😁