datacap/configure/git-hook/pre-commit
2022-09-17 15:33:26 +08:00

6 lines
133 B
Bash

#!/bin/sh
printf "Code verification before submission"
./mvnw clean checkstyle:checkstyle findbugs:findbugs cobertura:cobertura -X