CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Add `pylint` to Travis #171

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

Ideally, all code should be pylint-acceptable. :ok_hand:

We should make sure this is true, and then add it as a Travis required check.

2Cubed commented 7 years ago

Started on fix/pylint.

2Cubed commented 7 years ago

Nearly done on fix/pylint! Just needs to have the # TODO for full user bans fixed. I have it implemented, but I'm getting an error from Beam saying that it's not getting the CSRF token in the request. Can't seem to find the code for CSRF, oddly - need to figure out where it went so that we can finish this off.

2Cubed commented 7 years ago

Done in #280! :tada: