From 1efbc8f34e21ed28afc5fd1b758f866d9b5624fb Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 14 Oct 2023 21:12:19 +0200 Subject: [PATCH] chore: copied over configuration file examples --- examples/commitlint.config.js | 1 + examples/dotfiles/.hadolint.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 examples/commitlint.config.js create mode 100644 examples/dotfiles/.hadolint.yaml diff --git a/examples/commitlint.config.js b/examples/commitlint.config.js new file mode 100644 index 0000000..28fe5c5 --- /dev/null +++ b/examples/commitlint.config.js @@ -0,0 +1 @@ +module.exports = {extends: ['@commitlint/config-conventional']} diff --git a/examples/dotfiles/.hadolint.yaml b/examples/dotfiles/.hadolint.yaml new file mode 100644 index 0000000..69b294e --- /dev/null +++ b/examples/dotfiles/.hadolint.yaml @@ -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