@owenlamont/ryl-linux-x64-musl 0.16.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/bin/ryl +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,6 +47,7 @@ uv tool install ryl # uv
|
|
|
47
47
|
npm install -g @owenlamont/ryl # npm
|
|
48
48
|
pip install ryl # pip
|
|
49
49
|
cargo install ryl # cargo
|
|
50
|
+
pixi global install ryl # conda-forge
|
|
50
51
|
```
|
|
51
52
|
|
|
52
53
|
## Status and scope
|
|
@@ -92,6 +93,13 @@ cargo install ryl # cargo
|
|
|
92
93
|
all path-based filtering is skipped so every enabled rule runs.
|
|
93
94
|
`-` cannot be combined with other inputs; `--fix` cannot read from
|
|
94
95
|
stdin, but `--diff` can.
|
|
96
|
+
- `ryl server` runs ryl as a Language Server (LSP) over stdio, giving
|
|
97
|
+
editors inline diagnostics, a `source.fixAll.ryl` code action, and
|
|
98
|
+
formatting (= apply safe fixes). It complements Red Hat's
|
|
99
|
+
`yaml-language-server` rather than replacing it, and is built in by
|
|
100
|
+
default (a minimal binary without it builds with
|
|
101
|
+
`cargo install ryl --no-default-features`). See
|
|
102
|
+
<https://ryl-docs.pages.dev/editor-integration/>.
|
|
95
103
|
- Run `ryl --help` for the authoritative CLI reference.
|
|
96
104
|
|
|
97
105
|
For installation walkthroughs, configuration presets, and per-rule
|
package/bin/ryl
CHANGED
|
Binary file
|