From 543be3830aa7d6c0626bf551645465871082e845 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Thu, 22 Nov 2018 11:17:16 +0800 Subject: doc: update tool list for syntax check Change-Id: Id3114a5415b4523c207c177a4660ed8639d6ce7b Signed-off-by: Chase Qi --- automated/doc/test-writing-guidelines.rst | 8 +++----- 1 file 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. -- cgit v1.2.3