Expand description
Ruby hygiene rules implemented as a Dictator decree.
Structs§
- Ruby
Config - Configuration for ruby decree
- Ruby
Hygiene
Functions§
- config_
from_ decree_ settings - Convert
DecreeSettingstoRubyConfig - init_
decree - Factory used by host (native or WASM-exported).
- init_
decree_ with_ config - Create plugin with custom config
- init_
decree_ with_ configs - Create plugin with custom config + supreme config (merged from decree.supreme + decree.ruby)
- lint_
source - Lint a Ruby source file and emit diagnostics for common hygiene issues.
- lint_
source_ with_ config - Lint with custom configuration
- lint_
source_ with_ configs