certbot/certbot-dns-google
James Payne 5300d7d71f Fix Pylint upgrade issues
* Remove unsupported pylint disable options
    * star-args removed in Pylint 1.4.3
    * abstract-class-little-used removed in Pylint 1.4.3

* Fixes new lint errors

* Copy dummy-variable-rgx expression to new ignored-argument-names expression to ignore unused funtion arguments

* Notable changes
    * Refactor to satisfy Pylint no-else-return warning
    * Fix Pylint inconsistent-return-statements warning
    * Refactor to satisfy consider-iterating-dictionary
    * Remove methods with only super call to satisfy useless-super-delegation
    * Refactor too-many-nested-statements where possible
    * Suppress type checked errors where member is dynamically added (notably derived from josepy.JSONObjectWithFields)
    * Remove None default of func parameter for ExitHandler and ErrorHandler

Resolves #5973
2018-05-16 20:37:39 +00:00
..
certbot_dns_google Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
docs Put API link at the bottom of DNS plugin docs (#5699) 2018-03-12 17:10:23 -07:00
Dockerfile Add DNS Dockerfiles 2018-02-26 16:27:38 -08:00
LICENSE.txt Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
local-oldest-requirements.txt Break lockstep between our packages (#5655) 2018-03-05 09:50:19 -08:00
MANIFEST.in Include testdata (#5827) 2018-04-04 14:33:41 -07:00
README.rst Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
readthedocs.org.requirements.txt Add readthedocs requirements files (#5696) 2018-03-08 17:24:30 -08:00
setup.cfg Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
setup.py Bump version to 0.25.0 2018-05-01 16:59:48 -07:00

Google Cloud DNS Authenticator plugin for Certbot