@owenlamont/ryl-linux-x64-musl 0.12.0 → 0.13.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 +3 -2
- package/bin/ryl +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,8 +51,9 @@ cargo install ryl # cargo
|
|
|
51
51
|
|
|
52
52
|
## Status and scope
|
|
53
53
|
|
|
54
|
-
- All 23 yamllint rules are implemented
|
|
55
|
-
|
|
54
|
+
- All 23 yamllint rules are implemented, plus a ryl-only `tags` rule (forbids
|
|
55
|
+
unsafe and non-portable YAML tags; configured in TOML only). The current rule
|
|
56
|
+
reference and per-rule pages are at
|
|
56
57
|
<https://ryl-docs.pages.dev/rules/>.
|
|
57
58
|
- Auto-fixing (`--fix`) is supported for `braces`, `brackets`, `commas`,
|
|
58
59
|
`comments`, `comments-indentation`, `new-line-at-end-of-file`,
|
package/bin/ryl
CHANGED
|
Binary file
|