summaryrefslogtreecommitdiff
path: root/script/core/diagnostics
AgeCommit message (Expand)Author
2024-07-31Merge branch 'master' into inconsistent-behavior-(missing-fields)NeOzay
2024-07-30拆分成选项最萌小汐
2024-07-28compute table keys onceNeOzay
2024-07-28Update script/core/diagnostics/missing-fields.luaNeOzay
2024-07-24also detects missing index fieldsNeOzay
2024-07-23update changelogNeOzay
2024-07-23improve missing-fields diagnostic logicNeOzay
2024-07-22improve diagnosis (missing-fields).NeOzay
2024-07-08fix: correction for `exact` classNeOzay
2024-07-08fix: add a missing check for inject-field diagnosticsNeOzay
2024-07-01perf: Optimize undefined-field check early break logicTom Lau
2024-05-24Throttle calls to await.delay() in some diagnosticsPaul Emmerich
2024-05-11整理代码最萌小汐
2024-04-23Add globalsRegex to diagnosticsBruno Carvalho
2024-04-20Run diagnostics on unopened files when explicitly requested by the userPaul Emmerich
2024-04-18`merge` 改叫 `partial`最萌小汐
2024-04-18如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查最萌小汐
2024-04-17修正 `discard-returns` 对条件的误报最萌小汐
2024-03-25Detect discard-returns in all block typesJakub
2024-02-23fix warnfesily
2023-08-23support `---@class (exact)`最萌小汐
2023-08-22fix wrong `missing-fields` with union types最萌小汐
2023-08-14Ignore cast-local-type diagnostic for `_` localRoss Williams
2023-08-14check `doc.field`最萌小汐
2023-08-14also check `doc.type.table`最萌小汐
2023-08-14new diag: `inject-field`最萌小汐
2023-08-11stash最萌小汐
2023-08-03function may not have a name最萌小汐
2023-07-25fix #2214最萌小汐
2023-07-21fix `missing-fields`最萌小汐
2023-07-21添加翻译最萌小汐
2023-07-20new diagnostic: `missing-fields`最萌小汐
2023-07-18Merge pull request #2177 from sewbacca/feature/shortcut-autorequire最萌小汐
2023-07-17Extracted undefined global checkSewbacca
2023-06-29exclude `_`最萌小汐
2023-06-28Adapt incomplete-signature-doc to warn about incomplete, not missing docs (#9)AndreaWalchshoferSCCH
2023-06-27Added crossfile testcaseSewbacca
2023-06-26check nil最萌小汐
2023-06-14check nil最萌小汐
2023-06-13bind overloads最萌小汐
2023-06-13check nil最萌小汐
2023-05-11Annotation rule for exported local functionsThomas Wetzlmaier
2023-04-27更新实现CppCXY
2023-04-26complete namestyle providerCppCXY
2023-04-24Cleanup PRAndreaWalchshoferSCCH
2023-04-19Warn about missing '---comment', '@return' and '@param' annotations (#3)Thomas Wetzlmaier
2023-04-04Add diagnostic to enforce lowercase local element names (#6)AndreaWalchshoferSCCH
2023-03-30Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5)AndreaWalchshoferSCCH
2023-03-30Add diagnostic to enforce lowercase local element names (#2)AndreaWalchshoferSCCH
2023-03-22Add diagnostic warning about any global (#1)AndreaWalchshoferSCCH