Róbert Papp

Results 845 comments of Róbert Papp

Oh, sorry, it hid between all the other comments :) Note: it's not many issues, you can do it by hand too :)

Is this ready for dev? I would love to see it implemented, having to write it in every test or introduce a base class / custom rule seems like an...

@samoylenkodmitry there's a working example in [the Gradle repo](https://github.com/gradle/gradle/tree/master/subprojects/docs/src/snippets/dataflowActions/playSound/groovy) which is used to generate [the docs](https://docs.gradle.org/current/userguide/dataflow_actions.html). --- _Suggestion: You don't necessarily need the full ceremony of a Settings plugin, you...

_Sorry for the off-topic, but would like to point out some potential pitfalls related to @Fermiz's code. I recommend continuing discussion in [Gradle Community Slack](https://gradle.com/slack-invite)._ For "build-end" detection it's probably...

I think with a modification shown in https://github.com/bumptech/glide/pull/5310, it would be possible to diagnose this further. But I think that PR is not production ready to be merged to Glide....

Related https://github.com/TWiStErRob/repros/commit/d3019d7f0bba4e08a8a84b75c2673a26dc30b2db

Using `ObjectFactory` is not good enough, it (`getTargetFileProvider`) is actually the cause of the problem, see the proposal in OP. It doesn't know about the `Task` at hand, it just...

> I'm unsure though about the top level statement of this issue Sure the form (syntax, type) is correct, but the behavior is unconventional. As you can see from the...

See warning message in OP. Edited it so no need to scroll :)

Yes, but we provide users a guidance on how to create those custom tasks: https://detekt.dev/docs/introduction/reporting/#merging-reports I think this might be an xyproblem... my (and probably a lot of other's) goal...