File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ echo " pre-commit run <hook-name> # Run specific hook"
2929echo " pre-commit autoupdate # Update hook versions"
3030echo " "
3131echo " 💡 Pre-commit will now run automatically on every commit!"
32- echo " To bypass pre-commit checks (not recommended): git commit --no-verify"
32+ echo " To bypass pre-commit checks (not recommended): git commit --no-verify"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ pre-commit run
140140
141141#### Common Issues & Fixes
142142- ** Trailing whitespace** : Automatically fixed by pre-commit
143- - ** Missing newlines** : Automatically fixed by pre-commit
143+ - ** Missing newlines** : Automatically fixed by pre-commit
144144- ** Java formatting** : Run ` ./mvnw spotless:apply `
145145- ** Commit message format** : Follow [ Conventional Commits] ( https://www.conventionalcommits.org/ )
146146
You can’t perform that action at this time.
0 commit comments