Todd Kleinhans provides a suggestion:
What is a linter? Does it work on actual lint?
No, not really. It comes from what could be called or referred to as best practices or guidance originally from the C programming language to perform static program analysis. It helps prevent bugs and follows the concept of “prevention is the cure”.
Click through for a bit of advice around linting, comments, and more.