mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-24 13:34:52 +00:00
feat: add Linter
This commit is contained in:
parent
d7d422dfdc
commit
11f2b48853
13 changed files with 422 additions and 18 deletions
4
crates/erg_linter/lib.rs
Normal file
4
crates/erg_linter/lib.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod lint;
|
||||
mod warn;
|
||||
|
||||
pub use lint::Linter;
|
Loading…
Add table
Add a link
Reference in a new issue