~sschwarzer/ftputil#116: 
Deal with Pylint messages

At the moment, there are lots of messages from Pylint. I usually only read them attentively when I'm about to release a new version.

Go over all the warnings and either

  • change the respective code to satisfy Pylint
  • add a special Pylint comment to disable a warning (pylint: disable=message-name)
  • deactivate some kind of message completely in the Pylint configuration file (do this very sparingly)

The goal is to quickly see whether the Pylint check succeeded or not. In this case it's also possible to make it a check that's required to succeed before a release can be made.

Status
RESOLVED FIXED
Submitter
schwa (unverified)
Assigned to
No-one
Submitted
6 years ago
Updated
6 years ago
Labels
library

schwa (unverified) 5 years ago · edit

With the current Pylint configuration messages are manageable now. The situation isn't perfect but probably good enough to close this ticket.

Register here or Log in to comment, or comment via email.