jbampton commented on code in PR #2172:
URL: https://github.com/apache/sedona/pull/2172#discussion_r2233271031


##########
.pre-commit-config.yaml:
##########
@@ -40,6 +40,14 @@ repos:
         files: \.(js|ya?ml)$
         language: node
         additional_dependencies: ['[email protected]']
+      - id: check-zip-file-is-not-committed
+        name: check no zip files are committed
+        description: Zip files are not allowed in the repository
+        language: fail
+        entry: |
+          Zip files are not allowed in the repository as they are hard to
+          track and have security implications. Please remove the zip file 
from the repository.
+        files: \.zip$

Review Comment:
   ```suggestion
           files: (?i)\.zip$
   ```



-- 
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]

Reply via email to