A mise plugin for selene - lua linter written in Rust.
For more information, see the repository
mise plugin install selene https://github.com/quentin-rodriguez/mise-selene.git# List all available versions
mise ls-remote selene
# Install a specific version
mise install selene@0.29.0
# Set as global default
mise use -g selene@0.29.0
# Set as project default
mise use selene@0.29.0This project uses hk for pre-commit hooks and linting.
# Install pre-commit hooks
hk install
# Run linting manually
mise run lint
# Run all CI checks
mise run ciThis plugin is licensed under the MIT License.
See LICENSE for details.