You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Enable newline call diagnostics. Is\'s raised when a line starting with `(` is encountered, which is syntactically parsed as a function call on the previous line.'
306
-
config.diagnostics['newfield-call'] =-- TODO: need translate!
307
-
'在字面量表中,2行代码之间缺少分隔符,在语法上被解析为了一次索引操作'
306
+
config.diagnostics['newfield-call'] =
307
+
'Enable newfield call diagnostics. It is raised when the parenthesis of a function call appear on the following line when defining a field in a table.'
308
308
config.diagnostics['redundant-parameter'] =
309
309
'Enable redundant function parameter diagnostics.'
0 commit comments