Enforce pylint in CI via tox 63/99063/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 24 Nov 2021 14:52:09 +0000 (15:52 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 17 Dec 2021 12:19:26 +0000 (13:19 +0100)
commitec9473fcd624be70525a05a92a079451ce186d80
tree73b3c3dc80dd2a5dfa70db6e2786dfb14d65beea
parent3208ac5d7b53e3058912e3ea95872b59c86c92f7
Enforce pylint in CI via tox

- ignore duplicate-code and fixme detection in pylint profile
  fixme comments are fine and dup warnings contain many false positives
- enforce pylint with a minimal output and a score of 10 in CI
- create a "pylint_full" tox profile to display complete output
  with duplicate-code and fixme detections
- specify version requirement >=2.6.0 for a correct support of options,
  especially the option --fail-under= to specify minimum score allowed

JIRA: TRNSPRTPCE-320
LF-JIRA: IT-23316
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I41f218d7f33f1f620a3f3c4d442655bf1cfb4ded
tox.ini