summaryrefslogtreecommitdiff
path: root/ci/Makefile
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-23 17:01:00 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-05-24 11:09:51 +0200
commit7f403bc2517701381397723203b8b798688d744e (patch)
tree1cae3fc819cd53b9e46704df9e1d9eb007e7ea6e /ci/Makefile
parent6545173b696f85e8c55cdc914cb36b5388132cf8 (diff)
downloadlibvirt-7f403bc2517701381397723203b8b798688d744e.tar.gz
syntax-check: Enforce sc_prohibit_backslash_alignment everywhere
Basically all files in the repository are already passing the check, except for syntax-check.mk itself. Fix that, and stop limiting the files on which the test is performed. These changes have been generated by running $ sed -Ei 's/[ '$'\t'']+\\$/ \\/g' $(git grep -El '[ '$'\t'']+\\$') Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'ci/Makefile')
-rw-r--r--ci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/Makefile b/ci/Makefile
index 02ce0df7ee..81f08d4f88 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -140,7 +140,7 @@ endif
CI_GIT_ARGS = \
-c advice.detachedHead=false \
-q \
- --local \
+ --local \
$(NULL)
# Args to use when running the container