FastLint-Issues icon indicating copy to clipboard operation
FastLint-Issues copied to clipboard

Add support for PyLint

Open davidak opened this issue 6 years ago • 1 comments

Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book).

https://pypi.org/project/pylint/

It is more popular than pyflakes (as for github stars) which flake8 (https://github.com/feramhq/feram/issues/35) uses.

davidak avatar Jun 07 '18 16:06 davidak

Thanks for the tip. We'll check it out!

ad-si avatar Jun 12 '18 15:06 ad-si