We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f417c6b commit 1919dcfCopy full SHA for 1919dcf
.pre-commit-config.yaml
@@ -141,7 +141,7 @@ repos:
141
- id: forbid-submodules
142
- id: mixed-line-ending
143
- id: trailing-whitespace
144
- files: \.(bat|cfg|cs|css|gitignore|header|in|install|java|md|properties|py|rb|rc|sh|sql|te|template|txt|ucls|vue|xml|xsl|yaml|yml)$|^cloud-cli/bindir/cloud-tool$|^debian/changelog$
+ files: ^(LICENSE|NOTICE)$|\.(bat|cfg|cs|css|gitignore|header|in|install|java|md|properties|py|rb|rc|sh|sql|te|template|txt|ucls|vue|xml|xsl|yaml|yml)$|^cloud-cli/bindir/cloud-tool$|^debian/changelog$
145
args: [--markdown-linebreak-ext=md]
146
exclude: ^services/console-proxy/rdpconsole/src/test/doc/freerdp-debug-log\.txt$
147
- repo: https://github.com/codespell-project/codespell
0 commit comments