summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-15 17:14:43 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-15 17:14:43 +0200
commitbc1eb6165749d3ff8ed1846c37673cfed56ad9e9 (patch)
treea0ea343aeb0f6142f58f1ba85284a6a9774374eb /pylint.conf
parent4cb311fe68585f3286e7ec013e1c82c242d9310d (diff)
downloadick2-bc1eb6165749d3ff8ed1846c37673cfed56ad9e9.tar.gz
Refactor: give ControllerAPI the state object to use
It's cleaner than having ControllerAPI create it itself. Less coupling.
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index 3434ccd..1871f36 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -7,6 +7,7 @@ disable=
missing-docstring,
no-self-use,
not-callable,
+ too-few-public-methods,
unused-argument
[REPORTS]