chore: copied over configuration file examples

This commit is contained in:
Michele Cereda
2023-10-14 21:12:19 +02:00
parent c8544d4238
commit 1efbc8f34e
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}

View File

@@ -0,0 +1,10 @@
---
# See https://hadolint.github.io/hadolint/ for more information
override:
style:
- DL3006 # always tag the version of an image explicitly
- DL3008 # pin versions in apt get install
- DL3013 # pin versions in pip
- DL3015 # avoid additional packages by specifying `--no-install-recommends`
- DL3018 # pin versions in apk add