sjDan2003 / Cookbook

0 stars 0 forks source link

Adapt code to use Pylint #14

Closed sjDan2003 closed 4 years ago

sjDan2003 commented 5 years ago

While using Pylint at work, I noticed the VS Code plugin for Pylint caught a bunch of style issues that the PEP8 plug in did not. It was also more helpful with spacing with lines that need to be broken into multiple lines. Research online also shows that there are CI advantages to Pylint for when I start looking into that for this project.

This will be a bit of effort, but I believe it will be worth it.

sjDan2003 commented 4 years ago

While this will be a continuous effort, existing code now conforms to Pylint according to VS code.