Tony Robalik

Results 406 comments of Tony Robalik

I switched over to that and it meets my needs just fine 👍

Thanks for the reply! I agree this could be considered more a matter of preference. I think I was making an implicit assumption (which I'm now realizing) that I was...

I think that makes sense and I can understand why, from an implementation perspective, you might prefer to leave things as they are. Is there a world where we can...

> IME, the best way to get something this size done is to do it yourself. Nothing argues louder than a working prototype. And you'll learn a lot about the...

This is another example of why I think my preference is "objectively better": ```kotlin val foo = !a && (b || (c && !d) || e || (f && !g))...

> ktfmt would need to special-case some operators but not others That's exactly what I'm proposing, yes. I haven't had any time to invest in this though. I _do_ keep...

You can do this all from the root script! See https://github.com/autonomousapps/dependency-analysis-gradle-plugin/wiki/Customizing-plugin-behavior#failure-conditions-and-filtering. Would look like this: ``` // root build script dependencyAnalysis { issues { // "all" runs against EVERY module...

Thanks for the report! Do you have a minimal reproducer?