mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
feat: add Linter
This commit is contained in:
parent
d7d422dfdc
commit
11f2b48853
13 changed files with 422 additions and 18 deletions
|
@ -11,7 +11,6 @@ use erg_common::dict::Dict;
|
|||
use erg_common::pathutil::{project_entry_file_of, project_root_dir_of};
|
||||
use erg_common::spawn::{safe_yield, spawn_new_thread};
|
||||
use erg_common::style::*;
|
||||
use erg_common::traits::Stream;
|
||||
use erg_common::{fn_name, lsp_log};
|
||||
use erg_compiler::artifact::BuildRunnable;
|
||||
use erg_compiler::build_package::CheckStatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue