Commit Graph
30 Commits
Author SHA1 Message Date
Peter Eckersley 2a3a111d62 Disable pylint invalid-name
It's clearly making our code harder to read and write
2015-09-30 12:10:16 -07:00
Peter Eckersley d910fe8655 Merge remote-tracking branch 'origin/master' into cli2 2015-09-15 17:35:36 -07:00
Jakub Warmuz 138f1d1b28 lint: space check for dict-separator 2015-09-06 08:30:49 +00:00
Peter Eckersley fd3170e2e8 Disable another silly pylint warning 2015-08-28 18:02:38 -07:00
Peter Eckersley 6604a0ffaa Prevent pylint from complaining about some silly things 2015-08-28 18:02:32 -07:00
Jakub Warmuz c0ba26776a Support for py3.3+ in acme 2015-07-12 11:53:18 +00:00
Jakub Warmuz 4ce4e2f930 logger = logging.getLogger(__name__) 2015-06-25 19:55:22 +00:00
James Kasten 06d7e51f22 formatting and documentation 2015-06-24 14:38:30 -07:00
Peter Eckersley 88a03afe7b Prevent pylint from complaining about some silly things 2015-06-16 12:47:07 -07:00
Seth Schoen cdd365af9a Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer 2015-05-22 14:39:51 -07:00
Peter Eckersley 6283ced29c Allow 100 character lines when necessary. 2015-05-22 14:39:22 -07:00
Seth Schoen 5180bda7e1 Initial tests for renewer 2015-04-21 19:13:08 -07:00
Jakub Warmuz b6203d512c acme.jose: (Typed)JSONObjectWithFields, Field, JWA. 2015-03-18 14:10:28 +00:00
Jakub Warmuz 67314e9f15 Increase min-similarity-lines. 2015-02-25 13:56:47 +00:00
Jakub Warmuz cadd9ec028 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	letsencrypt/client/CONFIG.py
	letsencrypt/client/auth_handler.py
	letsencrypt/client/challenge_util.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-10 00:00:54 +00:00
Jakub Warmuz bcb9224301 Fix "lint" and "providedBy" build errors 2015-02-08 12:22:16 +00:00
Jakub Warmuz 13128464aa ACME: pylint lint plugin 2015-02-06 22:54:28 +00:00
Jakub Warmuz 0f22318c2f pylint ignore no-member in ConfArgParse 2015-01-31 12:32:43 +00:00
Jakub Warmuz 79bb3cc80d pylint: upstream fixed #248 in 1.4.0 2015-01-28 13:02:14 +00:00
James Kasten 7577894d2a Remove duplicate code check on imports 2015-01-25 21:46:41 -08:00
Jakub Warmuz 8ef9e13e09 pylint: ignore providedBy 2015-01-24 13:59:19 +00:00
Jakub Warmuz 23cab4e694 pylint: 10/10 with missing-docstring 2015-01-24 13:12:45 +00:00
James Kasten c9a3d8b0c2 Cleanup Installer API change 2015-01-17 02:29:29 -08:00
James Kasten dfae3f6d9e remove deprecated options 2015-01-16 03:25:20 -08:00
James Kasten a0969b1f29 updated pylintrc file to 1.3.1 version. 2015-01-16 03:14:24 -08:00
James Kasten 986387d9a2 Fix priv function nodocs regex 2014-12-14 17:27:13 -08:00
James Kasten 30c0cc9479 Remove requirement for doc of all "priv" func 2014-12-14 04:09:54 -08:00
James Kasten 7297a6d462 Remove deprecated options 2014-12-14 02:47:18 -08:00
James Kasten 67fca03246 Changed max line length to 80 characters 2014-12-13 23:56:56 -08:00
James Kasten a272a0a6e9 Add pylintrc, remove docstring-req from test_ functions, start rising coverage requirement 2014-12-13 23:47:57 -08:00