Sign in
fuchsia
/
third_party
/
mesa
/
2cbf6ace6fb6b7c4b8ce2b886e8f58cd0107ce45
/
.
/
.gitlab-ci
/
run-yamllint.sh
blob: ea3616e69ad9633b874d303f0a505aa4e9b2806e [
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: 150}}}"