commit | 44ec8b20d1e9ceabe49bc6af059220e099bbee20 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Oct 09 12:05:57 2020 -0500 |
committer | Rob Herring <robh@kernel.org> | Mon Oct 12 09:11:04 2020 -0500 |
tree | e628b5cf3f205a80e25e1849a6323668d8b23e0b | |
parent | 16b0b2baaf83f0fed8fa561d40a1bd3cefae454a [diff] |
dt-bindings: Add running yamllint to dt_binding_check Add a yamllint config file and support for running yamllint on DT binding schema files. This runs on the whole tree as yamllint is Python and suffers from Python's slow startup times. Users can run on individual files doing: yamllint -c Documentation/devicetree/bindings/.yamllint <binding file> Link: https://lore.kernel.org/r/20201009170557.168785-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>