You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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[*]`).
0 commit comments