diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-03 15:08:53 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2023-03-03 15:12:35 -0700 |
commit | 44edde985cdacb5b2deef61c803d58856ea2f4a3 (patch) | |
tree | aa61370652648a071320bd5e48d286c1be35795b /.github | |
parent | 410156b46a80fe37508c0d237ec1fea4c82c2865 (diff) | |
download | numpy-44edde985cdacb5b2deef61c803d58856ea2f4a3.tar.gz |
MAINT: Ignore hadolint info error DL3059.
That is a suggestion to consolidate run lines. I suppose we could
raise the error threshold from the current "info" level, but it
seems easier to just ignore what is effectively a "style" error.
[skip ci] [skip cirrus]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 1 | ||||
-rw-r--r-- | .github/workflows/gitpod.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 003cb8e5f..94f8e84ef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,6 +23,7 @@ jobs: uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ./tools/gitpod/Dockerfile + ignore: DL3059 - name: Get refs shell: bash run: | diff --git a/.github/workflows/gitpod.yml b/.github/workflows/gitpod.yml index 3d56f1a3b..f20a37675 100644 --- a/.github/workflows/gitpod.yml +++ b/.github/workflows/gitpod.yml @@ -23,6 +23,7 @@ jobs: uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ./tools/gitpod/gitpod.Dockerfile + ignore: DL3059 - name: Get refs shell: bash run: | |