summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2018-11-22 11:17:16 +0800
committerChase Qi <chase.qi@linaro.org>2018-11-22 11:17:16 +0800
commit543be3830aa7d6c0626bf551645465871082e845 (patch)
treeeb91db949677b402ba009a8414e2d8bb760d21b5
parent1e944bde87ef234b05ab339bae253849d1bc9c0c (diff)
doc: update tool list for syntax check
Change-Id: Id3114a5415b4523c207c177a4660ed8639d6ce7b Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--automated/doc/test-writing-guidelines.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/automated/doc/test-writing-guidelines.rst b/automated/doc/test-writing-guidelines.rst
index 0c97bfc..0ec1b03 100644
--- a/automated/doc/test-writing-guidelines.rst
+++ b/automated/doc/test-writing-guidelines.rst
@@ -287,11 +287,9 @@ Test Contribution Checklist
* When applicable, check test cases with the following tools with line length
rule relaxed.
- - checkbashisms - check for bashisms in /bin/sh scripts.
- - shellcheck - Shell script analysis tool.
- - pep8 - check Python code against the style conventions in PEP 8.
- - pyflakes - simple Python 2 source checker
- - pylint - code analysis for Python
+ - shellcheck: Shell script analysis tool.
+ - pycodestyle: check Python code against the style conventions in PEP 8.
+ - php: check syntax with 'php -l file'.
* Run test cases on local system without LAVA.
* Optionally, run test cases in LAVA and provide job example.