You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
A maven plugin that automatically deploys code formatters as `pre-commit` git hook.
7
7
On commit, the hook will automatically format staged files.
8
8
9
+
# Breaking changes between 4.x and 5.x
10
+
11
+
* If the plugin runs without any formatter dependency, it will fail. This is done to prevent silent misconfiguration from happening.
12
+
9
13
# Breaking changes between 3.x and 4.x
10
14
11
15
*`Google Java Format` is not enabled by default anymore. `com.cosium.code:google-java-format` must be added as a dependency to the plugin to keep using it.
+ " instance found. You probably forgot to declare a code formatter as a plugin's dependency. You can use https://github.com/Cosium/git-code-format-maven-plugin#automatic-code-format-and-validation-activation as an example.");
0 commit comments