Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-24 | Cleanup PR | AndreaWalchshoferSCCH | |
Revert Changes made from unrelated PR | |||
2023-04-19 | Warn about missing '---comment', '@return' and '@param' annotations (#3) | Thomas Wetzlmaier | |
All functions that have at least one such annotation should be fully annotated in that respect, because we find that partially annotating something leads to confusion. However, all global functions must always be fully annotated, because they should be avoided in the first place, but if necessary then only with the maximum amount of documentation/support for those who use them! We provide the following keys for the `diagnostics.disable` setting to specifically deactive these checks: _missing-global-doc_: global function definitions which are not fully annotated. _incomplete-signature-doc_: function definitions that have some annotations but are not fully annotated | |||
2023-04-04 | Add diagnostic to enforce lowercase local element names (#6) | AndreaWalchshoferSCCH | |
- diagnostic `uppercase-local` in group `conventions`, disabled by default - isolated unit tests for diagnostic | |||
2023-03-30 | Incorporate Review Comments (#4) | AndreaWalchshoferSCCH | |
* add newlines to end of files * change the group name to `conventions` | |||
2023-03-30 | Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5) | AndreaWalchshoferSCCH | |
This reverts commit 43794193ef981ffecb477bfce444428ded852aa0. | |||
2023-03-30 | Add diagnostic to enforce lowercase local element names (#2) | AndreaWalchshoferSCCH | |
2023-03-22 | Add diagnostic warning about any global (#1) | AndreaWalchshoferSCCH | |
* Add warning for any global variable via diagnostic * Add messages in en-US TODO: add messages in languages other than en-us as well * fallback: enable/disable diagnostics w/ annotation * Add tests for the new diagnostic * Add diagnostic and group to config.md | |||
2023-03-08 | don't treat `_ENV` as param | 最萌小汐 | |
fix #1715 | |||
2023-01-30 | limit error message for type dismatch | 最萌小汐 | |
resolve #1838 | |||
2022-10-12 | cleanup | 最萌小汐 | |
2022-06-18 | cleanup | 最萌小汐 | |
2022-04-08 | update | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-01-05 | fix `not-yieldable` | 最萌小汐 | |
2022-01-05 | fix test | 最萌小汐 | |
2022-01-05 | fix | 最萌小汐 | |
2022-01-05 | cleanup | 最萌小汐 | |
2021-12-24 | update | 最萌小汐 | |
2021-12-24 | cleanup | 最萌小汐 | |
2021-12-21 | Merge remote-tracking branch 'origin/master' into multi-workspace | sumneko | |
2021-12-06 | only ignore used doced param in meta | 最萌小汐 | |
2021-12-02 | Merge remote-tracking branch 'origin/master' into multi-workspace | sumneko | |
2021-12-01 | fix #825 | 最萌小汐 | |
2021-11-29 | update parser | 最萌小汐 | |
2021-11-25 | cleanup | 最萌小汐 | |
2021-11-12 | `---@class` can be re-declared | 最萌小汐 | |
2021-11-08 | resolve #708 resolve #767 | 最萌小汐 | |
2021-11-08 | cleanup | 最萌小汐 | |
2021-11-08 | yieldable check linked | 最萌小汐 | |
2021-11-08 | Merge branch 'master' into not-yieldable | 最萌小汐 | |
2021-11-03 | pass test | 最萌小汐 | |
2021-11-03 | #687 `---@nodiscard` | 最萌小汐 | |
2021-11-03 | check await cross linked callback | 最萌小汐 | |
2021-11-02 | not-yieldable | 最萌小汐 | |
2021-11-02 | async doc.type.function | 最萌小汐 | |
2021-11-02 | mark async | 最萌小汐 | |
2021-11-02 | #687 await-in-sync | 最萌小汐 | |
2021-10-25 | add tests for redundant-return | Cr4xy | |
2021-10-08 | 优化代码结构,修复了一些bug | arthur | |
2021-09-28 | #587 | 最萌小汐 | |
2021-09-28 | stash | 最萌小汐 | |
2021-09-28 | pass tests | 最萌小汐 | |
2021-09-27 | add test | unknown | |
2021-09-27 | Merge branch 'master' into ar/typecheck | unknown | |
2021-09-23 | add typecheck | unknown | |
2021-09-22 | update | 最萌小汐 | |
2021-09-22 | cleanup | 最萌小汐 | |
2021-08-23 | resolve #624 `different-requires` | 最萌小汐 | |