From 9c44ca231af8d84ce44d80fa28a66c17eedc88c2 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 25 Oct 2019 16:51:12 +0200 Subject: [PATCH] ci: fix tidy --- src/ci/scripts/install-msys2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ci/scripts/install-msys2.sh b/src/ci/scripts/install-msys2.sh index 3178d3e22e10..8b631192ea2b 100755 --- a/src/ci/scripts/install-msys2.sh +++ b/src/ci/scripts/install-msys2.sh @@ -1,4 +1,5 @@ #!/bin/bash +# ignore-tidy-linelength # Download and install MSYS2, needed primarily for the test suite (run-make) but # also used by the MinGW toolchain for assembling things. #