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:
authorPeter Eckersley <pde@users.noreply.github.com>2017-01-17 23:53:13 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-01-17 23:53:13 +0300
commit796220f6f13d48bdc6f7f3e574701adf1f508039 (patch)
tree8d5ea066b246c20b89e20c7cb4ab8c1b44870605 /.pylintrc
parent16ed5bdd47ddfa581d24a063bab400af91f65c40 (diff)
Adopt consistent linting practices for the entire tree (#3843)
* Use the certbot pylintrc for the ACME module * Further parallelise lint, and don't run PEP8 checks
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 49d0f29ea..d510fddfd 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,5 +1,8 @@
[MASTER]
+# use as many jobs as there are cores
+jobs=0
+
# Specify a configuration file.
#rcfile=