From 5692a2ad77d28a309fd18125fdb0cf9b76bbe9fc Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 25 Apr 2020 09:55:38 +0200 Subject: Fix .zuul.yaml syntax errors Zuul complains about: "bad escape \l at position 3" Fix the regex. This is a partial backport of change I70851622a91280eab99005bf285d8190bfbf8933. Change-Id: I3eb9f4dc629e5455d2a9ecb93e32ea75db008897 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 19f9a3934..db422b6a1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -103,7 +103,7 @@ tox_envlist: bandit-baseline irrelevant-files: - ^.*\.rst$ - - ^.*\locale/.*$ + - ^.*/locale/.*$ - ^doc/.*$ - ^releasenotes/.*$ - ^setup.cfg$ -- cgit v1.2.1