Guillaume Nodet

Results 422 comments of Guillaume Nodet

Could you create a PR from your fork, i think we can close this one in favor of the new one.

M4 removes the embedded ASM, no need for other changes?

@dependabot show org.graalvm.nativeimage:svm ignore conditions

@dependabot ignore this major version

Give this PR fails on master, but https://github.com/apache/maven-mvnd/pull/1063 works on [1.x](https://github.com/apache/maven-mvnd/tree/mvnd-1.x) branch, there must be a configuration problem in the enforcer plugin somehow.

> is the [ConstantNaming](https://error-prone.picnic.tech/bugpatterns/ConstantNaming) rule something we like to integrate? > > * [Add `ConstantNaming` diffplug/spotless#2687](https://github.com/diffplug/spotless/pull/2687) > * [Add `RedundantStringConversion` diffplug/spotless#2664](https://github.com/diffplug/spotless/pull/2664) > * [Add `error-prone.picnic.tech` featuring `RedundantStringConversion` junit-team/junit-framework#5006](https://github.com/junit-team/junit-framework/pull/5006) We already...

Looking at https://maven.apache.org/ref/3.9.11/maven-core/pmd.html, I can see that `UnusedFormalParameter` and `UnusedLocalVariable` are plain wrong imho. We end up with tons of warnings which we don't care about. I'm not sure any...