Kampfkarren / selene

A blazing-fast modern Lua linter written in Rust

Home Page:https://kampfkarren.github.io/selene/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow severity level `info`

Zeioth opened this issue · comments

For example, there are cases where using shadowing is not considered a warning, but you still want to setup a info level lint to know that is happening.

We currently only allow "warn", "error", and "allow".