Cosium / git-code-format-maven-plugin

A maven plugin that automatically deploys code formatters as pre-commit git hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to commit the class formatted if there is any unformatted before

northerndeveloper opened this issue · comments

Hello

When I execute cosium git-code-format-maven-plugin, it says there is one class which needs to be formatted.I format myself but I still come across with that error, afterwards I remove validation goal from the plugin as it was suggested before but when I commit a class it does not commit it ! I think clean install with goal validation needs to be accomplished in order to run pre-commit hook and commit the code formatted ?

What is your suggestion?

Thank you for your helps

Hello,

I format myself but I still come across with that error

You probably don't format it with Google Java Format. Use the manual code formatting provided by this plugin instead:
https://github.com/Cosium/git-code-format-maven-plugin#manual-code-formatting

Any goal will deploy the precommit hook.
mvn initialize will do for example.

Please stop using the blank template and use the bug template to create issues.

No feedback for months. Closing.