#2223 Silence pylint 1.5 false positives
Closed: Fixed None Opened 8 years ago by cheimes.

Fedora 24 comes with pylint 1.5. Pylint 1.5 complains about additional issues. All issues are false positives.

************* Module pki.cert
E:605,12: Instance of 'CertEnrollmentRequest' has no 'policy_sets' member (no-member)
E:609,16: Instance of 'CertEnrollmentRequest' has no 'policy_sets' member (no-member)
...
************* Module pki.systemcert
E: 56,14: Value 'pem' is unsubscriptable (unsubscriptable-object)
...
************* Module pki.server.deployment.pkihelper
E:3863,41: Instance of 'Exception' has no 'response' member (no-member)
E:3866,53: Instance of 'Exception' has no 'response' member (no-member)

pushed to master in 1f2d7dbab0e6a7b26f7aa12b8a58fb4c3a6da825

I had to modify the patch a little and add E0012. E1136 is not supported by pylint 1.4 E0012 makes pylint ignore unknown options.

Metadata Update from @cheimes:
- Issue assigned to cheimes
- Issue set to the milestone: 10.3.0.a1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2343

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata