Skip to content

Commit 2c9225b

Browse files
committed
Update repo config files to align better with community conventions
1 parent 7aa525c commit 2c9225b

File tree

7 files changed

+9
-42
lines changed

7 files changed

+9
-42
lines changed

Packages/.robloxrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

aftman.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[tools]
2+
rojo = "rojo-rbx/[email protected]"
3+
selene = "Kampfkarren/[email protected]"
4+
stylua = "JohnnyMorganz/[email protected]"

default.project.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples.project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Roact Test Place",
2+
"name": "React Test Place",
33
"tree": {
44
"$className": "DataModel",
55

foreman.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[tools]
2-
rotrieve = { source = "roblox/rotriever", version = "=0.5.8" }
3-
rojo = { source = "Roblox/rojo-rbx-rojo", version = "7.2.1" }
4-
selene = { source = "Roblox/Kampfkarren-selene", version = "=0.21.1" }
5-
stylua = { source = "Roblox/JohnnyMorganz-StyLua", version = "=0.15.1" }
6-
testez = { source = "roblox/testez", version = "0.3.2" }
2+
rojo = { source = "rojo-rbx/rojo", version = "7.3.0" }
3+
selene = { source = "Kampfkarren/selene", version = "0.26.1" }
4+
stylua = { source = "JohnnyMorganz/StyLua", version = "0.19.1" }

rotriever.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

selene.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ empty_if = { comments_count = true }
55
unused_variable = { ignore_pattern = "result|ok|^_" }
66
# this comes up when translating nested try/finally scenarios
77
shadowing = { ignore_pattern = "result|ok|^_" }
8-
# feature request for this config: https://github.com/Kampfkarren/selene/issues/181
9-
# global_usage = { ignore_pattern = "^__" }
8+
global_usage = { ignore_pattern = "^__" }
109

1110
[rules]
12-
# remove this once the feature request here is implemented: https://github.com/Kampfkarren/selene/issues/181
13-
global_usage = "allow"
1411
unused_variable = "allow"
1512
# remove when the Luau type narrowing issues (and the workarounds) are resolved
1613
shadowing = "allow"

0 commit comments

Comments
 (0)