Skip to content

Commit cb425a2

Browse files
committed
Mark bad warnings as errors
1 parent dc3f62d commit cb425a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.luarc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3+
"diagnostics": {
4+
"groupSeverity": {
5+
"type-check": "Error",
6+
"unbalanced": "Error",
7+
"luadoc": "Error",
8+
"duplicate": "Error"
9+
}
10+
},
311
"runtime": {
412
"version": "LuaJIT",
513
"path": ["src/?.lua"],

0 commit comments

Comments
 (0)