Subham-KRLX commented on code in PR #2217:
URL: https://github.com/apache/sedona/pull/2217#discussion_r2249496138
##########
.pre-commit-config.yaml:
##########
@@ -59,6 +59,15 @@ repos:
true # Ensures this hook runs even if no Java files are changed.
# This is useful for spotless:apply which might affect files not
staged.
stages: [pre-commit] # Specifies that this hook runs during the
'commit' stage.
+ - id: checkstyle
Review Comment:
The shell script changes are only license header updates with no functional
impact. I included them for consistency but ideally such changes should have
been handled in a separate PR. I can split them out now and will restore these
changes.
--
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]