Skip to content

Commit

Permalink
rm uneeded ignore rule
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Dec 21, 2022
1 parent 175d3f8 commit 18e9eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: hadolint/hadolint-action@v3.0.0
with:
dockerfile: Dockerfile.template
ignore: DL3013,DL3009,SC2001,SC2015,SC2068
ignore: DL3009,DL3013,SC2001,SC2068
# DL3013 - solved over sed command

0 comments on commit 18e9eb7

Please sign in to comment.