]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: Don't error out on yamllint and dt-doc-validate errors
authorRob Herring <robh@kernel.org>
Fri, 20 Nov 2020 21:37:44 +0000 (15:37 -0600)
committerRob Herring <robh@kernel.org>
Fri, 20 Nov 2020 21:37:55 +0000 (15:37 -0600)
commit49cb80649b70af4e1c8d15b99073ece56912c91c
tree8bd7ab3917496388cf0738ba9a0a908e5aa97056
parent962a12315addeab752fa160f3374efcf6a6bf201
dt-bindings: Don't error out on yamllint and dt-doc-validate errors

A broken schema file now causes make to exit and 'make -k' no longer works
now that dt-doc-validate is called from a single make rule.

As yamllint is optional, we shouldn't stop on yamllint errors either. Also,
it seems some old versions of yamllint don't work.

Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/Makefile