mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
Initialized trunk extension and fixed syntax error
This commit is contained in:
parent
d4447a1ffa
commit
375d91480d
4 changed files with 31 additions and 0 deletions
10
.markdownlint.yaml
Normal file
10
.markdownlint.yaml
Normal 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
.shellcheckrc
Normal file
7
.shellcheckrc
Normal 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
|
||||||
3
.trunk/.gitignore
vendored
Normal file
3
.trunk/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
*out
|
||||||
|
*logs
|
||||||
|
external
|
||||||
11
.trunk/trunk.yaml
Normal file
11
.trunk/trunk.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
version: 0.1
|
||||||
|
cli:
|
||||||
|
version: 0.15.1-beta
|
||||||
|
lint:
|
||||||
|
enabled:
|
||||||
|
- git-diff-check@SYSTEM
|
||||||
|
- gitleaks@8.9.0
|
||||||
|
- markdownlint@0.32.1
|
||||||
|
- prettier@2.7.1
|
||||||
|
- shellcheck@0.8.0
|
||||||
|
- shfmt@3.5.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue