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: Ia12834d2f38a39e5773f954e80f6e869207e865b
This commit is contained in:
Andreas Jaeger 2020-04-25 09:53:30 +02:00
parent daa107d2c7
commit 7def655399
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
tox_envlist: bandit-baseline tox_envlist: bandit-baseline
irrelevant-files: irrelevant-files:
- ^.*\.rst$ - ^.*\.rst$
- ^.*\locale/.*$ - ^.*/locale/.*$
- ^doc/.*$ - ^doc/.*$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^setup.cfg$ - ^setup.cfg$