MVN: Spotless google-java-format#114
Conversation
|
I'm commenting here just to say I'm following matrix and the biscuit-java PRs, waiting for your team to say when I can work on the API changes -- to consistently use camelCase for all method and variable names. Also, this PR looks good to me. (A minimal configuration to start with is best.) |
dc97661 to
75677df
Compare
75677df to
517a81c
Compare
eb88d1f to
f41ddf3
Compare
|
I assumed your Did you get it from here? If so, if you rename it to |
|
Regarding the checkstyle plugin configuration in the pom.xml file's Is it your intention to run the checkstyle task via the Instead of running |
|
My two previous comments do not point out errors; they are subjective opinions about file naming and configuration of different tasks that do the same thing, i.e,. But it looks like my assumption about you using an unmodified And I am not qualified to comment on the Signer related commits in this PR. So, as per Can anyone tell me what is ACK and utACK means?, I say |
|
Just to clarify few things. The checkstyle.xml is indeed the google_checks.xml in the version 10.21.3. It is mostly for the just in case of customisation and if plugins use the checkstyle.xml file to validate the code. The mix between sun_checks and google_checks are because of misconfiguration of the plugin at the beginning of the task. It is still a good practice from my point of view but it can still be lot of work. Google Format is less strict. I only use mvn checkstyle:checkstyle. |
No description provided.