summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 15:48:12 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 18:14:47 +0200
commitf299215889b6acf8aff86243d50d4a54bb528021 (patch)
tree138c1c06d5645238f4244e1e26f380091143f370 /pylint.conf
parentcdcf71634ffc16a3cd09a2ee2641ddbaaba165ec (diff)
downloadapifw-f299215889b6acf8aff86243d50d4a54bb528021.tar.gz
Change: support up/download of large blobs
This is very ugly. But it solves the problem, and apifw will need to be re-designed to support this properly.
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 95f7e92..9c9cfa5 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -7,6 +7,7 @@ disable=
missing-docstring,
no-member,
no-self-use,
+ protected-access,
redefined-variable-type,
too-few-public-methods,
too-many-public-methods,