mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
pre-commit: check more file types for trailing whitespace (#9352)
This commit is contained in:
parent
806692bcea
commit
9f1577d2a8
@ -59,8 +59,9 @@ repos:
|
|||||||
- id: mixed-line-ending
|
- id: mixed-line-ending
|
||||||
exclude: \.(cs|xml)$
|
exclude: \.(cs|xml)$
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
files: \.(in|java|md|py|rb|sh|vue|yaml|yml)$
|
files: \.(header|in|java|md|properties|py|rb|sh|sql|txt|vue|yaml|yml)$
|
||||||
args: [--markdown-linebreak-ext=md]
|
args: [--markdown-linebreak-ext=md]
|
||||||
|
exclude: ^services/console-proxy/rdpconsole/src/test/doc/freerdp-debug-log\.txt$
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 7.0.0
|
rev: 7.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user