Richard Fussenegger

Results 122 comments of Richard Fussenegger

I’d suggest to give the last one a high priority (`@coversDefaultClass`).

Even a trivial setup in which you just want to use `buildUponDefaultConfig = true` is not possible, basically forcing you to copy the complete detekt configuration into your repository.

I would like to second this request, my expectation would be that either `""`, `nothing`, or `null` allows me to access the route without a trailing slash. Stripping off the...

I would like to add that this probably should even be the default considering the [Rule of Silence](http://www.linfo.org/rule_of_silence.html) which Gradle is following itself in general.

But I like the check, it is a good check. The question is if we can make it a little more intelligent. Right now I rewrote the comment so that...

Why is allowing more a breaking change? The example of yours would still pass the lint check. The amount of additional constructs to allow is also very limited: * `...

This enables you to include them as part of your Gradle workflow without installing any external dependencies. Basically running lint and break check with Gradle. https://github.com/google/protobuf-gradle-plugin#locate-external-executables

Well right now I cannot include them at all in my Gradle build system and either have to shell out to something else like Docker or worse, e.g. asking the...

@andrewparmet another problem I discovered with the plugins is that I cannot pass any options to them via the Gradle Protobuf plugin. It's some time ago that I tried it,...

GitHub Actions run on VMs, that's why you have no issue there.