mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 11:28:17 +00:00
51b72a8399
This is relatively basic in that it can catch general lua lints, but doesn't know about the set of functions available to kumo. It doesn't appear as though selene is able to be extended to know about those yet; that is tracked by https://github.com/Kampfkarren/selene/issues/520 I've fixed the couple of lints in our policy and test files as part of this commit. You can install and run it like this: ```console $ cargo install selene ``` Then: ```console $ selene . ```
3 lines
46 B
TOML
3 lines
46 B
TOML
std = "lua53"
|
|
exclude = ["simple_policy.lua"]
|