I think the kokoro code style presubmit has changed and considers the code in this repo problematic. To see what kokoro see run:
mvn com.coveo:fmt-maven-plugin:2.8:check
To update the code run:
mvn com.coveo:fmt-maven-plugin:2.8:format
But I think this needs to done in the synth scripts as well
I think the kokoro code style presubmit has changed and considers the code in this repo problematic. To see what kokoro see run:
mvn com.coveo:fmt-maven-plugin:2.8:checkTo update the code run:
mvn com.coveo:fmt-maven-plugin:2.8:formatBut I think this needs to done in the synth scripts as well