First file translated to lua

This commit is contained in:
Matt Hargett 2023-04-03 16:15:27 -07:00
parent a370f468a4
commit f1533bfd9c
12 changed files with 742 additions and 261 deletions

7
selene.toml Normal file
View file

@ -0,0 +1,7 @@
std="roblox+testez"
[config]
empty_if = { comments_count = true }
[rules]
incorrect_standard_library_use = "allow"
shadowing = "allow"