mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-26 19:54:33 +08:00
ci: Crank up the yamllint line length limit.
I hated that CI errors out because I pasted useful information in the yaml. You shouldn't have to manually line-wrap pastes from dmesg. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22562>
This commit is contained in:
parent
392266ad6a
commit
7d17713723
@ -2,4 +2,4 @@
|
||||
set -e
|
||||
|
||||
# Run yamllint against all traces files.
|
||||
find . -name '*traces*yml' -print0 | xargs -0 yamllint -d "{rules: {line-length: {max: 150}}}"
|
||||
find . -name '*traces*yml' -print0 | xargs -0 yamllint -d "{rules: {line-length: {max: 1000}}}"
|
||||
|
Loading…
Reference in New Issue
Block a user