add a pylint tox profile for functional tests 52/89352/1
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 17 Apr 2020 07:45:20 +0000 (09:45 +0200)
committerChristophe Betoule <christophe.betoule@orange.com>
Fri, 24 Apr 2020 12:49:34 +0000 (14:49 +0200)
commitd5111769ede2f86298fd0f05a7e87f11e7839419
tree23f6fcbff039ab2271703db2c4819cafd8961909
parente9ca6724505df27cd57722673f8aa33818816a0f
add a pylint tox profile for functional tests

- declare the pylint profile in tox.ini testenv.
- disable missing-docstring check
- set maximum line length check to 120 characters (ODL standard)

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I673cd8be50831fb0ea934a2b1ede6d64650613cd
tox.ini