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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user