File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ config.diagnostics['missing-global-doc'] =
414414config .diagnostics [' missing-local-export-doc' ] =
415415' Missing annotations for exported locals! Exported local functions must have a comment and annotations for all parameters and return values.'
416416config .diagnostics [' missing-export-doc' ] =
417- ' Missing annotations for exported locals ! Exported local functions must have a comment and annotations for all parameters and return values.'
417+ ' Missing annotations for exported functions ! Exported functions must have a comment and annotations for all parameters and return values.'
418418config .diagnostics [' missing-parameter' ] =
419419' Enable diagnostics for function calls where the number of arguments is less than the number of annotated function parameters.'
420420config .diagnostics [' missing-return' ] =
You can’t perform that action at this time.
0 commit comments