Skip to content

Commit 8b45816

Browse files
committed
update luarc
1 parent f5e44aa commit 8b45816

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.luarc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"diagnostics": {
33
"disable": [
4-
"close-non-object"
4+
"close-non-object",
5+
"incomplete-signature-doc",
6+
"missing-global-doc"
57
],
68
"groupFileStatus": {
79
"ambiguity": "Any",

script/proto/diagnostic.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ m.register {
104104
'incomplete-signature-doc',
105105
'missing-global-doc',
106106
} {
107-
group = 'luadoc',
108-
severity = 'Warning',
109-
status = 'None',
107+
group = 'luadoc',
108+
severity = 'Warning',
109+
status = 'None',
110110
}
111111

112112
m.register {

0 commit comments

Comments
 (0)