Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Implement Selene #170

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

Luacheck is no longer supported due to the unfortunate passing of the original maintainer. As such, AGF will switch to using Selene for linting. This should also include GitHub actions to enforce passing the linter for all PRs.

Sleitnick commented 4 years ago

The VS Code extension will also be updated to include the selene.toml config file for new installations of AGF. See: https://github.com/Sleitnick/AeroGameFramework-VSCE/issues/11

Sleitnick commented 4 years ago

Completed in https://github.com/Sleitnick/AeroGameFramework/pull/171