@owenlamont/ryl-linux-x64-musl 0.9.2 → 0.10.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 +7 -0
- package/bin/ryl +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,13 @@ cargo install ryl # cargo
|
|
|
65
65
|
config discovery) and exits, without running rules. `--no-warnings`
|
|
66
66
|
suppresses warning-level diagnostics in the output. `--strict` turns a
|
|
67
67
|
warning-only run into exit code `2`.
|
|
68
|
+
- Pass `-` as the input to read YAML from stdin (ruff convention). Add
|
|
69
|
+
`--stdin-filename <PATH>` so diagnostics, project-config discovery,
|
|
70
|
+
and path-based filtering (`yaml-files`, per-file-ignores, per-rule
|
|
71
|
+
`ignore`) use that filename. Without it, diagnostics are labelled
|
|
72
|
+
`<stdin>`, config is anchored at the current working directory, and
|
|
73
|
+
all path-based filtering is skipped so every enabled rule runs.
|
|
74
|
+
`-` cannot be combined with other inputs or with `--fix`.
|
|
68
75
|
- Run `ryl --help` for the authoritative CLI reference.
|
|
69
76
|
|
|
70
77
|
For installation walkthroughs, configuration presets, and per-rule
|
package/bin/ryl
CHANGED
|
Binary file
|