Add pylint checker to the project (#1602)

* Added 'pylint' to dependencies
 * Added pylint config file
 * Added to travis CI as an allow failure job
   (until all of the warnings are fixed)
 * Added to 'run-test.py'

Related issue: #1600

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2017-02-21 12:40:33 +01:00
committed by GitHub
parent 00e3de230f
commit 92eaea2a8e
6 changed files with 404 additions and 1 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ sudo apt-get install -q -y \
make cmake \
gcc gcc-multilib \
doxygen \
cppcheck vera++ python
cppcheck vera++ python pylint