certbot/certbot-nginx/certbot_nginx/_internal
Adrien Ferrand fc7e5e8e60
Remove useless pylint error suppression directives (#7657)
As pylint is evolving, it improves its accuracy, and several pylint error suppression (`# pylint: disable=ERROR) added in certbot codebase months or years ago are not needed anymore to make it happy.

There is a (disabled by default) pylint error to detect the useless suppressions (pylint-ception: `useless-suppression`). It is not working perfectly (it has also false-positives ...) but it is a good start to clean the codebase.

This PR removes several of these useless suppressions as detected by the current pylint version we use.

* Remove useless suppress

* Remove useless lines
2020-02-13 13:56:16 -08:00
..
tls_configs Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719) 2020-01-24 10:09:28 -08:00
__init__.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
configurator.py Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
constants.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
display_ops.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
http_01.py Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
nginxparser.py Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
obj.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
parser.py Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
parser_obj.py Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00