Peter Linss
Peter Linss
This is a very useful plugin for converting legacy Python code to be PEP8 compliant. However, a common convention in Python is to use leading underscores for private variables. When...
The HTML parsing algorithm is supposed to allow generating a consistent DOM from any given HTML input. However as new elements are added, from time to time changes are made...
I noticed the implementation allows specifying default values in the template, which is cool, but is not supported by the RFC. Maybe this feature should be added to the RFC?
The RFC limits the characters allowed in variables names, but there is no validation enforcing this. From § 2.3: variable-list = varspec *( "," varspec ) varspec = varname [...
I'm a bit surprised that instance variables aren't automatically picked up if they don't have docstrings. Property methods without docstrings are listed, I'd expect regular instance variables to show up...
This option would enable the `disable_skip_errors` flag in ConventionChecker.check() added in #485. I don't have a need for this feature, but I mention it because pydocstyle doesn't have feature parity...
flake8 supports error prefixes in `# noqa` comments, e.g. `# noqa: D4` will block all D4xx errors, where pydocstyle requires exact matches, e.g. `# noqa: D400, D401, etc.`. I don't...
pdoc3 currently doesn't generate documentation for instance variables unless they have docstrings. It would be very useful to have a rule that enforced the presence of docstrings for instance variables....
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...
Let's Encrypt may revoke certificates early, see https://community.letsencrypt.org/t/2020-02-29-caa-rechecking-bug/114591 Acmebot should detect the revocation via OSCP and auto-renew the certs.