Named rules rather than numbered? #119
TonyGravagno
started this conversation in
Issue Triage
Replies: 3 comments 5 replies
-
|
I don't know, let me sleep on it... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Good morning! 🤣 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
With #135, I get: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the debug output, rules are numbered using the zero-based index in which they are executed: "regex: 0 , 1, 2 ..."
What do you think about a "name" property in rules that will show in debug in addition to the index?
Bonus? : Add the group name from the new "include" feature:
Beta Was this translation helpful? Give feedback.
All reactions