Closed bosd closed 1 year ago
These small improvements might make it easier to debug your templates.
Colors on the matching / regex lines
Improved error messages
Fix indentation for lines (Making them easier to read)
Table plugin, see which ruleset is tested
Formatted json style output while debugging, so it is easier to recognize the different lines.
You can see it in action in the github actions check of this pr.
Some rationale about moving back to %s string format:
%s
Usage of f strings in the logger are 8% slower slower then %s format.
These small improvements might make it easier to debug your templates.
Colors on the matching / regex lines
Improved error messages
Fix indentation for lines (Making them easier to read)
Table plugin, see which ruleset is tested
Formatted json style output while debugging, so it is easier to recognize the different lines.
You can see it in action in the github actions check of this pr.