Skip to content

Commit ff31cee

Browse files
Disable LuauTarjanChildLimit to fix complexity error
1 parent 5e1465a commit ff31cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- name: Run Tests
5353
run: |
5454
echo '{ "aliases": { "self": "src" } }' > .luaurc
55-
luau-lsp analyze --platform=standard --flag LuauSolverV2=true src/init.test.luau
55+
luau-lsp analyze --platform=standard --flag LuauSolverV2=true --flag LuauTarjanChildLimit=0 src/init.test.luau
5656

0 commit comments

Comments
 (0)