DEV Community

mbarkhau
mbarkhau

Posted on

Pylint-Ignore - Get Started Using Pylint

Pylint-Ignore

I have a few projects that I haven't been using Pylint for and after recently running into a bug that I know would have been caught by it, I decided that needed to change and so I created this project Pylint-Ignore

This allows me to start using Pylint and catch any bugs in new code I write and gradually burn down the backlog of possible issues in my projects. I think this is a better approach than having to configure everything at the start and having to clean up my whole project before I can add Pylint to my CI setup.

I hope you find this useful and look forward to your feedback.

Latest comments (0)