This bug addresses an issue with the pre-commit Git hook, which is responsible for running Spotless to format code before commits. When Spotless formats code during the pre-commit phase, the formatted changes are not automatically included in the commit. As a result, developers must manually amend their commits to include these formatting changes.
This bug addresses an issue with the pre-commit Git hook, which is responsible for running Spotless to format code before commits. When Spotless formats code during the pre-commit phase, the formatted changes are not automatically included in the commit. As a result, developers must manually amend their commits to include these formatting changes.