certbot/certbot-apache/certbot_apache
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
..
augeas_lens Merge Augeas fix for comment line continuations 2016-06-22 10:00:31 +01:00
tests Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
apache_util.py Parse variables without whitespace separator correctly in CentOS family of distributions (#5318) 2017-12-11 11:50:56 -08:00
augeas_configurator.py Do not parse disabled configuration files from under sites-available on Debian / Ubuntu (#4104) 2017-09-25 12:03:09 -07:00
centos-options-ssl-apache.conf update Apache ciphersuites (#5383) 2018-01-09 07:46:21 -08:00
configurator.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
constants.py update Apache ciphersuites (#5383) 2018-01-09 07:46:21 -08:00
display_ops.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
entrypoint.py Add override class for ID="ol" AKA Oracle Linux Server, a clone of CentOS/RHEL. 2018-02-18 15:45:22 -06:00
http_01.py Issue 5951/check untyped defs apache (#5989) 2018-05-15 10:40:32 -07:00
obj.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
options-ssl-apache.conf update Apache ciphersuites (#5383) 2018-01-09 07:46:21 -08:00
override_arch.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
override_centos.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
override_darwin.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
override_debian.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
override_gentoo.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
override_suse.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
parser.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
tls_sni_01.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00