roblox_incorrect_color3_new_bounds does not check for values < 0 #83
Labels
A-lints
Area: Relating to a lint directly
A-roblox
Area: Roblox specific
C-enhancement
Category: Feature request or improvement
E-easy
Call for participation: Experience needed to fix: Easy / not much
While values < 0 are not supported for Roblox's Color3.new() function (and is also specified in the linter's error message), this should really be enforced just for consistency.
Example:
Color3.new(-1,0,0)
The text was updated successfully, but these errors were encountered: