bossenti commented on issue #880: URL: https://github.com/apache/streampipes/issues/880#issuecomment-1422877507
So, in generall a commit hook is a feature provided by git itself: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks You could for example write a bash file that should be executed when comitting. For StreamPipes we have commit hooks at two places already present. The first one is for the UI codebase, it was contributed in #875 The second one is used in our python module (`streampipes-client-python`) where we use the `pre-commit` library: https://pre-commit.com/ As far as I know this could be also used for Java with Checkstyle, but there are probably more Java-native solutions? Maybe @dominikriemer @tenthe @smlabt @vesense @RobertIndie have an idea here -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
