DaanHoogland commented on code in PR #274: URL: https://github.com/apache/cloudstack-www/pull/274#discussion_r1901745520
########## .pre-commit-config.yaml: ########## @@ -45,7 +45,8 @@ repos: exclude: \.svg$ - id: fix-byte-order-marker - id: forbid-submodules - #- id: mixed-line-ending + - id: mixed-line-ending + exclude: ^static/img/.* Review Comment: I think this would need to apply to /blog/*/*.png|jpg|gif as well. I am not sure how advanced the exclude clause syntax is, but sure a lot of images are stowed away in those directories as well. -- 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: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org