mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
syntax-check: Validate :since: tags
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
96777db719
commit
3ab5f63f6e
@ -1342,6 +1342,11 @@ sc_prohibit_enum_impl_with_vir_prefix_in_virsh:
|
|||||||
halt='avoid "vir" prefix for enums in virsh' \
|
halt='avoid "vir" prefix for enums in virsh' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
sc_rst_since:
|
||||||
|
@prohibit=':since:`[^`]+$|:since:`[^`]+[.,;]`|:since:`[^`]+` [.,;]' \
|
||||||
|
halt='format :since: correctly' \
|
||||||
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
|
||||||
## ---------- ##
|
## ---------- ##
|
||||||
## Exceptions ##
|
## Exceptions ##
|
||||||
|
Loading…
Reference in New Issue
Block a user