add a pylint tox profile for functional tests 87/89087/6
authorGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 17 Apr 2020 07:45:20 +0000 (09:45 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 23 Apr 2020 10:55:32 +0000 (10:55 +0000)
commit7b06c24c06916fc0267c6d9263feac2f7be5d0fa
tree310ce6085b0af962c9fdba7fb381efbfeb3dc959
parentdacca1bef8537c9cdf28121e3686813050f3edc3
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