We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e44aa commit 8b45816Copy full SHA for 8b45816
.luarc.json
@@ -1,7 +1,9 @@
1
{
2
"diagnostics": {
3
"disable": [
4
- "close-non-object"
+ "close-non-object",
5
+ "incomplete-signature-doc",
6
+ "missing-global-doc"
7
],
8
"groupFileStatus": {
9
"ambiguity": "Any",
script/proto/diagnostic.lua
@@ -104,9 +104,9 @@ m.register {
104
'incomplete-signature-doc',
105
'missing-global-doc',
106
} {
107
- group = 'luadoc',
108
- severity = 'Warning',
109
- status = 'None',
+ group = 'luadoc',
+ severity = 'Warning',
+ status = 'None',
110
}
111
112
m.register {
0 commit comments