From 2173fd4f1721ccf1ca88c80ee525838e8e04ae8c Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 29 Jul 2020 15:33:27 +0200 Subject: Add Tox and Coala setup for Python linter Change-Id: Ic2e16c14f13c244f77c16fa5f38349f4549603a3 Issue-ID: INT-1666 Signed-off-by: Bartek Grzybowski --- .coafile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .coafile (limited to '.coafile') diff --git a/.coafile b/.coafile new file mode 100644 index 00000000..3e55d459 --- /dev/null +++ b/.coafile @@ -0,0 +1,11 @@ +[py] +bears = PyLintBear +pylint_disable = all +pylint_enable = + bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import, + unnecessary-semicolon, unnecessary-semicolon, undefined-variable, + syntax-error, unused-variable, using-constant-test,unused-argument, + len-as-condition, trailing-newlines, missing-final-newline, reimported, + too-many-function-args, singleton-comparison +ignore = + .tox/** -- cgit 1.2.3-korg