mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 05:31:11 +00:00
feat: add Linter
This commit is contained in:
parent
d7d422dfdc
commit
11f2b48853
13 changed files with 422 additions and 18 deletions
|
@ -9,7 +9,7 @@ use erg_common::python_util::PythonVersion;
|
|||
use erg_common::spawn::exec_new_thread;
|
||||
use erg_common::style::remove_style;
|
||||
use erg_common::style::{colors::DEBUG_MAIN, RESET};
|
||||
use erg_common::traits::{ExitStatus, Runnable, Stream};
|
||||
use erg_common::traits::{ExitStatus, Runnable};
|
||||
|
||||
use erg_compiler::error::CompileErrors;
|
||||
use erg_compiler::Compiler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue