Sign in
fuchsia
/
third_party
/
mesa
/
b9d588b5db6a5bf04c5934a2e9a8b3354fe02094
/
.
/
.gitlab-ci
/
run-yamllint.sh
blob: 282508305aba8a1c104d7bff40537a399de49081 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
e
# Run yamllint against all traces files.
find
.
-
name
'*traces*yml'
-
print0
|
xargs
-
0
yamllint
-
d
"{rules: {line-length: {max: 1000}}}"