source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/run-yamllint.sh
最後變更 在這個檔案是 103996,由 提交於 11 月 前 | |
---|---|
檔案大小: 165 位元組 |
行 | |
---|---|
1 | #!/usr/bin/env bash |
2 | set -e |
3 | |
4 | # Run yamllint against all traces files. |
5 | find . -name '*traces*yml' -print0 | xargs -0 yamllint -d "{rules: {line-length: {max: 1000}}}" |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器