[INFO] --- maven-checkstyle-plugin:3.1.0:check (default)
[INFO] Début de la vérification...
[ERROR] Foo.java:15:22: ';' is preceded with whitespace. [NoWhitespaceBefore]
[ERROR] Foo.java:17:12: Name 'GetVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. [MethodName]
[...] other potential errors
"rules": {
"prettier/prettier": "warn"
}
--no-conifg
fixes the result to be what is expected
{}
--no-config
only changes the files we have worked on in the last 3 weeks, but without it all of our files get formatted differently
--no-config