Inital commit
This commit is contained in:
17
kibot_yaml/kibot_filt_exclude_testpoints.yaml
Normal file
17
kibot_yaml/kibot_filt_exclude_testpoints.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# KiBot Filter for excluding testpoints
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
filters:
|
||||
- name: '@NAME@'
|
||||
comment: '@COMMENT@'
|
||||
type: generic
|
||||
exclude_any:
|
||||
- column: Reference
|
||||
regex: "TP"
|
||||
|
||||
...
|
||||
definitions:
|
||||
COMMENT: Exclude only testpoints
|
||||
NAME: exclude_testpoints
|
||||
Reference in New Issue
Block a user