[libvirt PATCH 0/9] syntax-check: fix sc-prohibit-cross-inclusion

Ján Tomko posted 9 patches 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1581384968.git.jtomko@redhat.com
build-aux/syntax-check.mk | 73 +++------------------------------------
1 file changed, 5 insertions(+), 68 deletions(-)
[libvirt PATCH 0/9] syntax-check: fix sc-prohibit-cross-inclusion
Posted by Ján Tomko 4 years, 1 month ago
And drop some legacy stuff, since I already had to open the file.

Ján Tomko (9):
  syntax-check: do not enforce ChangeLog syntax
  syntax-check: fix sc-prohibit-cross-inclusion
  syntax-check: drop vulnerable Makefile checks
  syntax-check: drop CVS keyword expansion check
  syntax-check: drop update-NEWS-hash
  syntax-check: exclude: remove deleted files
  syntax-check: exclude: remove virstring
  syntax-check: remove README
  syntax-check: remove some exception mechanisms

 build-aux/syntax-check.mk | 73 +++------------------------------------
 1 file changed, 5 insertions(+), 68 deletions(-)

-- 
2.24.1

Re: [libvirt PATCH 0/9] syntax-check: fix sc-prohibit-cross-inclusion
Posted by Michal Privoznik 4 years, 1 month ago
On 2/11/20 2:37 AM, Ján Tomko wrote:
> And drop some legacy stuff, since I already had to open the file.
> 
> Ján Tomko (9):
>    syntax-check: do not enforce ChangeLog syntax
>    syntax-check: fix sc-prohibit-cross-inclusion
>    syntax-check: drop vulnerable Makefile checks
>    syntax-check: drop CVS keyword expansion check
>    syntax-check: drop update-NEWS-hash
>    syntax-check: exclude: remove deleted files
>    syntax-check: exclude: remove virstring
>    syntax-check: remove README
>    syntax-check: remove some exception mechanisms
> 
>   build-aux/syntax-check.mk | 73 +++------------------------------------
>   1 file changed, 5 insertions(+), 68 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal