From e19b65c2cf05cf7f220a197592ac6803d0170762 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 17:46:20 +0300 Subject: Add: run pylint in check --- pylint.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pylint.conf (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf new file mode 100644 index 0000000..43750b5 --- /dev/null +++ b/pylint.conf @@ -0,0 +1,14 @@ +[MASTER] +persistent=no + +[MESSAGES CONTROL] +disable= + invalid-name, + missing-docstring, + unused-argument + +[REPORTS] +reports=no + +[SIMILARITIES] +min-similarity-lines=999 -- cgit v1.2.1