Skip to content

Commit

Permalink
checkstyleTest precommit takes too long
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMcClatchey committed Dec 3, 2024
1 parent 7a49424 commit ef61f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pre-commit:
spotless:
root: "backend/"
glob: "*.java"
run: ./gradlew checkstyleTest spotlessApply && git add {staged_files}
run: ./gradlew spotlessApply && git add {staged_files}
prettier:
root: "frontend/"
glob: "*.{js,ts,jsx,tsx}"
Expand Down

0 comments on commit ef61f28

Please sign in to comment.