From d7b38582334d9ac11c12021c16f21d63015fa250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Thu, 26 Aug 2021 13:31:58 +0200 Subject: [PATCH] Make tests pass --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b594e7..256a766 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: ./ with: dockerfile: testdata/warning.Dockerfile - ignore: DL3014 DL3008 + ignore: DL3014 DL3008 DL3015 - name: Run integration test 3 - set failure threshold # This step will print out an info level rule violation, but not fail