clockworkpi / launcher

The launcher for GameShell
GNU General Public License v3.0
332 stars 79 forks source link

shellcheck cleanup #321

Closed Taffer closed 4 years ago

Taffer commented 4 years ago

Clean up a bunch of shellcheck linter errors in the launch shell scripts.

Also adds a SublimeText 3 project file, which might make this repo more accessible, at least for folks using Sublime.

Taffer commented 4 years ago

I was going to start cleaning up the Python code as well (pycodestyle reports over 14,000 complaints) so it follows the Python community standards. This was all inspired by doing a git pull on the launcher a few days ago and having it break everything due to broken Python indenting.