Skip to content

Commit e445fde

Browse files
committed
All lowercase globals are fixed now
disabling the lint is no longer necessary because the violation is now in the lua type hint meta file and not in the users code anymore
1 parent 51d4c3f commit e445fde

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,3 @@ luarocks install lls-addon-ddnetpp
2020
```
2121

2222
Thats it. You should now have type completions.
23-
24-
A bit type hint unrelated but recommended is to add the following to your .luarc.json so the `on_tick()` and `on_init()` callbacks show no warnings:
25-
26-
```json
27-
{
28-
"diagnostics.disable":["lowercase-global"],
29-
}
30-
```

0 commit comments

Comments
 (0)