scripts: Remove pylint

pylint has been a great tool to get the initial code base into shape
but since then we mostely false postives. All those warnings needed to
be annonated.

This allong wouldn't be reason enough to remove it. The main problem
is that the pylint version on gitlab is updated in the back and
suddenly we get new warnings which are bogus.

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
Daniel Wagner
2018-12-07 09:34:27 +01:00
parent 98b4d888bc
commit 25bc0c9c06
14 changed files with 1 additions and 439 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# pylint: disable=bad-continuation,missing-docstring,redefined-builtin
# pylint: disable=invalid-name,wrong-import-position
#
# kas documentation build configuration file, created by
# sphinx-quickstart on Thu Jun 22 11:10:06 2017.