This repository contains a Vale-compatible implementation of what we hope to turn into a Krystal style guide.
To get started, add the package to your configuration file (as shown below) and then run vale sync
.
StylesPath = styles # Use your normal style path here.
Packages = https://github.com/krystal/vale-package/releases/latest/download/krystal-vale.zip
Create a .vale.ini
at the project's root:
StylesPath = vale-styles # Location of styles directory
MinAlertLevel = suggestion # Options: suggestion, warning, error
Packages = https://github.com/krystal/vale-package/releases/latest/download/krystal-vale.zip
See Vale's documentation on packages for more information.