jbampton commented on code in PR #8197:
URL: https://github.com/apache/cloudstack/pull/8197#discussion_r1617247947


##########
.pre-commit-config.yaml:
##########
@@ -61,6 +61,14 @@ repos:
       - id: trailing-whitespace
         files: \.(in|java|md|py|rb|sh|vue|yaml|yml)$
         args: [--markdown-linebreak-ext=md]
+  - repo: https://github.com/codespell-project/codespell
+    rev: v2.2.6
+    hooks:
+      - id: codespell
+        name: run codespell
+        description: Check spelling with codespell
+        args: [--ignore-words=.github/linters/codespell.txt]
+        exclude: 
^ui/package\.json$|^ui/package-lock\.json$|^ui/public/js/less\.min\.js$|^ui/public/locales/.*[^n].*\.json$

Review Comment:
   @DaanHoogland I am now excluding some files from spell checking



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to