summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-0/+3
|
* pylintrc: remove more silly warnings from pylint output.Gary E. Miller2018-09-171-1/+3
|
* pylintrc: Disable many annoying pylint messagesGary E. Miller2018-09-141-0/+23
gpsd does not try to conform to pylint, but pylint can be useful to find things like unused variables, missing docstrings, undefined variables, unused imports, etc. The whitespace checker in pylint conflicts with that in pycodestyle. pycodestyle replaces pep8 for checking PEP8 conformity. Use pylint as an advisory tool, not as a blunt instrument.