Skip to content

Commit 83e2419

Browse files
committed
disable codestyle-check by default
1 parent 3f0d26e commit 83e2419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/proto/define.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ m.DiagnosticDefaultSeverity = {
5858
['doc-field-no-class'] = 'Warning',
5959
['duplicate-doc-field'] = 'Warning',
6060
['unknown-diag-code'] = 'Waiting',
61+
6162
['codestyle-check'] = "Warning",
6263
}
6364

@@ -116,6 +117,8 @@ m.DiagnosticDefaultNeededFileStatus = {
116117
['doc-field-no-class'] = 'Any',
117118
['duplicate-doc-field'] = 'Any',
118119
['unknown-diag-code'] = 'Any',
120+
121+
['codestyle-check'] = 'None',
119122
}
120123

121124
--- 诊断报告标签

0 commit comments

Comments
 (0)