feat: add Linter

This commit is contained in:
Shunsuke Shibayama 2024-03-25 00:13:03 +09:00
parent d7d422dfdc
commit 11f2b48853
13 changed files with 422 additions and 18 deletions

View file

@ -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;