undefined_variable
What it does
Checks for uses of variables that are not defined.
Why this is bad
This is most likely a typo.
Example
-- vv oops!
prinnt("hello, world!")
Remarks
If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.