Using Pylint Tool to Test the python tutorial codes
authortribta <joaocartuchoo@gmail.com>
Thu, 29 Jun 2017 11:42:45 +0000 (12:42 +0100)
committertribta <joaocartuchoo@gmail.com>
Thu, 24 Aug 2017 11:58:48 +0000 (14:58 +0300)
commitb7fa6d84bca4b84fb4a8d94a6d55fbd3e9f1d1db
treebbcec6f2578204f38e6b915544d44b2f953450cf
parent9c14a2f0aa148851923b4edc1d7f4fd6ffe16d20
Using Pylint Tool to Test the python tutorial codes

* Adding CMake script to check if pylint is installed
* Adding Pylint config file (to choose the tests that are enabled)
* Adding CMake script to samples/python/tutorial_code

Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
cmake/FindPylint.cmake [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/documentation_tutorial.markdown
samples/CMakeLists.txt
samples/python/tutorial_code/CMakeLists.txt [new file with mode: 0644]
samples/python/tutorial_code/pylintrc [new file with mode: 0644]