Code checker 27/5127/4
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 15 Oct 2015 06:44:08 +0000 (07:44 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 4 Jan 2016 10:02:03 +0000 (10:02 +0000)
commitf41dd29a18007b80fcdaab6c2367a0b38c3d9e67
tree548a34a0fee0b226061cf2487e1c62341e1834ea
parenta2f5c695f66fce2054cc3eea511f3e8d7c8040ee
Code checker

Initial implementation of code checker script. It uses pylint
with vsperf specific pylintrc file to check code syntax, design, etc.
Check can be performed for all files, specified directories or for
modified files only. It will skip files defined by EXCLUDE_MODULES
in conf/00_common.conf file. Details about script usage can be
obtained by ./check -h.

Change-Id: I7d894a2c4db92b7b9d4d4312e6f56bc48c8d5dbf
JIRA: VSPERF-114
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
check [new file with mode: 0755]