Browse Source
* Introduced `ghcr.io/dhoeric/features/hadolint:1` for Dockerfile linting. * Updated VSCode extensions recommendations to include Hadolint and additional tools. * Created a new `.hadolint.yml` configuration file to ignore specific linting rules.pull/79/head
3 changed files with 12 additions and 2 deletions
@ -0,0 +1,2 @@ |
|||
ignored: |
|||
- DL3008 # Pin versions in apt-get install |
|||
@ -1,7 +1,13 @@ |
|||
{ |
|||
"recommendations": [ |
|||
"DavidAnson.vscode-markdownlint", |
|||
"editorconfig.editorconfig", |
|||
"esbenp.prettier-vscode", |
|||
"github.vscode-github-actions" |
|||
"exiasr.hadolint", |
|||
"github.vscode-github-actions", |
|||
"GitHub.vscode-pull-request-github", |
|||
"ms-azuretools.vscode-containers", |
|||
"redhat.vscode-yaml", |
|||
"yzhang.markdown-all-in-one" |
|||
] |
|||
} |
|||
|
|||
Loading…
Reference in new issue