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

Support configuring deprecated lint to allow specific deprecated fields

chriscerie opened this issue · comments

It's simpler to just allow all deprecated args if the function itself is allowed from the existing deprecated config api. This doesn't support cases where args 1 and 2 are deprecated and the user wants to allow arg 1 but not 2. This is such a niche case where I'll close this for now in favor of simplicity. This can be reopened in the future if it there's a compelling need.