codi-hacks / space-race

Love2D-based Spaceship Racing Game
Other
3 stars 0 forks source link

Remove global variables and linting errors #25

Closed jaythomas closed 2 years ago

jaythomas commented 2 years ago

With the merge of #24, potential errors in our code are now more visible:

Screenshot from 2022-01-30 21-21-30

To make them more visible in your editor please install the appropriate plugin such as vscode-luacheck for vscode or ALE for vim/neovim. This issue is resolved once we are getting :heavy_check_mark:'s instead of :x:'s by our commits.