maytasm3 opened a new pull request #9157: Add git pre-commit hook to source 
control
URL: https://github.com/apache/druid/pull/9157
 
 
   ### Description
   
   - Added checkstyle pre-commit hook. 
(https://github.com/hdpe/maven-checkstyle-pre-commit/blob/master/pre-commit). 
Can verify checkstyle on changed modules before committing saving cycle from 
avoiding the checkstyle failing later.
   - Made the above hook source control and can be setup easily by running the 
setup-hooks.sh (you don't have to download them manually and do chmod etc.)
   
   This PR has:
   - [x] been self-reviewed.
   - [ ] added documentation for new or modified features or behaviors.
   - [ ] added Javadocs for most classes and all non-trivial methods. Linked 
related entities via Javadoc links.
   - [ ] added or updated version, license, or notice information in 
[licenses.yaml](https://github.com/apache/druid/blob/master/licenses.yaml)
   - [ ] added comments explaining the "why" and the intent of the code 
wherever would not be obvious for an unfamiliar reader.
   - [ ] added unit tests or modified existing tests to cover new code paths.
   - [ ] added integration tests.
   - [ ] been tested in a test Druid cluster.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to