We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0edac commit 4f2f391Copy full SHA for 4f2f391
doc/contribute/style/index.rst
@@ -96,6 +96,7 @@ to quickly reformat large amounts of devicetree files to our `Coding Style Guide
96
standards. You can also run it manually like this:
97
98
For individual files
99
+
100
.. code-block:: bash
101
102
npx --prefix ./scripts/ci dts-linter --format --file board.dts --file board_pinctrl.dtsi --patchFile diff.patch
@@ -106,6 +107,7 @@ has been called. Alternatively ``--cwd`` can also be passed set the base dir whe
106
107
should look for files. This option is also used to make the paths relative in the patch file.
108
109
You can also fix in place with
110
111
112
113
npx --prefix ./scripts/ci dts-linter --formatFixAll
0 commit comments