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