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

4
crates/erg_linter/lib.rs Normal file
View file

@ -0,0 +1,4 @@
mod lint;
mod warn;
pub use lint::Linter;