beatsabertools / sabergen

Beat Saber song generator
GNU General Public License v3.0
3 stars 0 forks source link

Enable pylint and refactoring tooling #13

Closed ryanwersal closed 6 years ago

ryanwersal commented 6 years ago

Also adds it to run during the build. I intentionally added || true to the script so it doesn't fail the build (it doesn't return success unless the code is absolutely perfect it seems).

Related to #11 and the discussion on there. I also added dev dependencies to enable VS Code to have refactoring enabled etc.

The pylintrc config file is auto generated from pylint. The only change I made was to enable everything. We can trim it down as we feel things are overkill.

ryanwersal commented 6 years ago

Ready for review! Finally got the Azure stuff to run pylint successfully.