Skip to content

Commit bd91442

Browse files
committed
Make selene.toml stricter
1 parent c217d7a commit bd91442

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

selene.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ std = "roblox"
33
[rules]
44
undefined_variable = "warn"
55
unused_variable = "allow"
6-
multiple_statements = "allow"
76
empty_if = "allow"
8-
incorrect_standard_library_use = "allow"
9-
global_usage = "allow"
7+
incorrect_standard_library_use = "warn"
108
parenthese_conditions = "allow"
11-
if_same_then_else = "allow"
12-
mismatched_arg_count = "allow"
9+
mismatched_arg_count = "allow"

0 commit comments

Comments
 (0)