Skip to content

Commit

Permalink
Update cmd/mdatagen/templates/testdata/config.yaml.tmpl
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
povilasv and dmitryax committed Apr 9, 2024
1 parent 93be67f commit f10425e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/mdatagen/templates/testdata/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ filter_set:
enabled: true
{{- if eq $attr.Type.String "Str" }}
exclude:
- strict: "non-existent"
- regexp: "non-existent"
include:
- strict: "non-existent"
- regexp: "non-existent"
- strict: {{ $attr.TestValue }}
include:
- regexp: ".*"
{{- end }}
{{- end }}
Expand Down

0 comments on commit f10425e

Please sign in to comment.