🚨 Added Hadolint

This commit is contained in:
Nikhil Badyal
2022-08-23 00:19:42 +05:30
parent 096f8ccc2a
commit 672f83d1c4
5 changed files with 42 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Following source doesn't work in most setups
ignored:
- SC1090
- SC1091
+10
View File
@@ -0,0 +1,10 @@
# Autoformatter friendly markdownlint config (all formatting rules disabled)
default: true
blank_lines: false
bullet: false
html: false
indentation: false
line_length: false
spaces: false
url: false
whitespace: false
+7
View File
@@ -0,0 +1,7 @@
enable=all
source-path=SCRIPTDIR
disable=SC2154
# If you're having issues with shellcheck following source, disable the errors via:
# disable=SC1090
# disable=SC1091
+4
View File
@@ -0,0 +1,4 @@
*out
*logs
plugins
user_trunk.yaml
+17
View File
@@ -0,0 +1,17 @@
version: 0.1
cli:
version: 0.16.1-beta
lint:
enabled:
- actionlint@1.6.16
- black@22.6.0
- flake8@5.0.4
- git-diff-check@SYSTEM
- gitleaks@8.11.0
- hadolint@2.10.0
- isort@5.10.1
- markdownlint@0.32.2
- mypy@0.971
- prettier@2.7.1
- shellcheck@0.8.0
- shfmt@3.5.0