Skip to content
Snippets Groups Projects
Verified Commit 80675ea5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[pre-commit] Ignore web/static in whitespace check.

parent 951f9bbc
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ repos: ...@@ -4,7 +4,7 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
args: [--markdown-linebreak-ext=md, --markdown-linebreak-ext=pandoc] args: [--markdown-linebreak-ext=md, --markdown-linebreak-ext=pandoc]
exclude: "^ThirdParty/.*|^Tests/Data/.*|^web/static/images/xsd|^Documentation/.vale/.*" exclude: "^ThirdParty/.*|^Tests/Data/.*|^web/static|^Documentation/.vale/.*"
- id: check-added-large-files - id: check-added-large-files
args: [--maxkb 1024] args: [--maxkb 1024]
- id: check-merge-conflict - id: check-merge-conflict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment