mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🚨 Added Hadolint
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
# Following source doesn't work in most setups
|
||||||
|
ignored:
|
||||||
|
- SC1090
|
||||||
|
- SC1091
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
*out
|
||||||
|
*logs
|
||||||
|
plugins
|
||||||
|
user_trunk.yaml
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user