@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.
Files changed (3) hide show
  1. package/README.md +7 -0
  2. package/bin/ryl +0 -0
  3. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owenlamont/ryl-linux-x64-musl",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "description": "Fast YAML linter inspired by yamllint",
5
5
  "author": "Owen Lamont",
6
6
  "license": "MIT",