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

[question] std generation and std separation

Commandcracker opened this issue · comments

std generation

Is there some tool to generate a std ?

std separation

Is it possible to have different std's per folder
Example:
/spec -> std: busted.yml
/ -> std: cc-tweaked.selene.yaml
/src -> std: cc-tweaked.selene.yaml

Standard library format is in the documentation, and there are a few examples in the codebase. No tool though.

I'm not sure about your last question. selene looks for libraries in the directory where it is ran.