mbk88 / dollarbot

Dollar-BOT
MIT License
0 stars 0 forks source link

Add a linter #7

Open unbalancedparentheses opened 6 years ago

unbalancedparentheses commented 6 years ago

Let's try flake8 and pylint.

I am not sure it is the best one but it is a start.

mbk88 commented 6 years ago

Added flake8 to visual studio code and I'm using it at the moment.

facundoolano commented 6 years ago

I imagine the idea is to add it to the project somehow, not just your local setup. You could for example integrate with travis and setup the linter as a step in your build pipeline.

mbk88 commented 6 years ago

That makes sense. I'll reopen the issue and will try to get that on track.