diff mbox

DEPENDENCIES: add codespell for checkpatch

Message ID 1461788327-13467-1-git-send-email-mike.holmes@linaro.org
State Superseded
Headers show

Commit Message

Mike Holmes April 27, 2016, 8:18 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 DEPENDENCIES | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/DEPENDENCIES b/DEPENDENCIES
index c83fc36..e8d06c7 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -253,3 +253,10 @@  The tested version of doxygen is 1.8.8
 5.2.1 HTML
    # Debian/Ubuntu
    $ apt-get install asciidoc source-highlight librsvg2-bin
+
+6.0 Submitting patches
+
+   When submitting patches they should be checked with ./scripts/checpatch.pl
+   To have this tool also check spelling you need codespell.
+   # Debian/Ubuntu
+   #sudo apt install codespell