@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.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/bin/ryl +0 -0
  3. 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. The current rule reference and
55
- per-rule pages are at
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owenlamont/ryl-linux-x64-musl",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Fast YAML linter inspired by yamllint",
5
5
  "author": "Owen Lamont",
6
6
  "license": "MIT",