mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +00:00
feat: lint ignored statements before break/continue/return (#1637)
* feat: impl it * g * g2 * feat: add tests * fix: snapshot
This commit is contained in:
parent
6cf7739fb6
commit
23f10a2648
73 changed files with 1170 additions and 171 deletions
|
|
@ -247,5 +247,5 @@ impl DiagnosticRefiner for OutOfRootHintRefiner {
|
|||
|
||||
#[comemo::memoize]
|
||||
fn lint_file(source: &ExprInfo) -> EcoVec<SourceDiagnostic> {
|
||||
tinymist_lint::lint_source(source)
|
||||
tinymist_lint::lint_file(source)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue