Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-02-08 15:22:16 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-02-08 15:22:16 +0300
commitbcb92243017e46c4aa342f55f065947ce1e2d292 (patch)
tree7a1c38721af4b9657ec982455fa227a2e33017c6 /.pylintrc
parentec3bb4cf139e7c64b0054aef7f4660e788eca403 (diff)
Fix "lint" and "providedBy" build errors
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index bf4828e75..228972aa2 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -19,7 +19,7 @@ persistent=yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
-load-plugins=letsencrypt.acme.lint
+load-plugins=linter_plugin
[MESSAGES CONTROL]