gfa-cc-after / Pet-Clinic-GilmoreDevs

Pet clinic project made by group 2
https://frontend-production-e146.up.railway.app/
GNU General Public License v3.0
2 stars 0 forks source link

feat: add checkstyle linter locally before run too #28

Closed markkovari closed 3 months ago

markkovari commented 4 months ago

Our linter - watchdog is biting in our hands. We should do that more often to make this process less inconvenient. We should not even be able to build/test or other scripts with errors/warnings.

How to reproduce locally:

follow to instructions how to install (I created a script for that)

aaaaand that should be it, you won't be able to commit invalid code.

https://www.youtube.com/watch?v=d70a8PXbrb8

markkovari commented 3 months ago

Maybe extend it with precommit hook to prevent it even to commit bad code.

markkovari commented 3 months ago

Not the same as watchdog.