Commit 5fc2ed4
committed
Use different syntax style for arbitrary array elements in rule descriptions
Some of the rules must refer to data paths in configuration files such as the package index. In the case of arrays, it is
necessary to indicate that the reference applies to an arbitrary element. Prefiously, the `[]` syntax was used for this
purpose (e.g., `packages[].tools[]`). It is now changed to using `[*]` (e.g., `packages[*].tools[*]`).1 parent 13d8760 commit 5fc2ed4
1 file changed
+235
-235
lines changed
0 commit comments