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
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/DiffOptions.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ DiffOptions parameters
56
56
changes in the history you want to go back. A 0 is the same as `HEAD`,
57
57
a 1 means the last time the PCB/SCH was changed, etc. |br|
58
58
Use `KIBOT_TAG-n` to search for the last tag skipping `n` tags. |br|
59
+
The tags can be filtered using `tag_filter` option. |br|
59
60
60
61
.. note::
61
62
when using the `checkout` GitHub action you just get the
@@ -79,6 +80,7 @@ DiffOptions parameters
79
80
Can be used to fine-tune a variant for a particular output that needs extra filtering done before the
80
81
variant.
81
82
83
+
- ``tag_filter`` :index:`: <pair: output - diff - options; tag_filter>` [:ref:`string <string>`] (default: ``''``) A regular expression used to match the used tags for `KIBOT_TAG`.
82
84
- ``threshold`` :index:`: <pair: output - diff - options; threshold>` [:ref:`number <number>`] (default: ``0``) (range: 0 to 1000000) Error threshold for the `stats` mode, 0 is no error. When specified a
83
85
difference bigger than the indicated value will make the diff fail. |br|
84
86
KiBot will return error level 29 and the diff generation will be aborted.
0 commit comments