Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68a70bc

Browse files
committedNov 24, 2024··
Fixup trunk configs
1 parent 15b530e commit 68a70bc

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule ".trunk/configs"]
2+
path = .trunk/configs
3+
url = git@github.com:matthewbaggett/Opinionated-Trunk-Configuration.git

‎.trunk/configs/.hadolint.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
ignored:
22
- DL3006
33
- DL3008
4+
- SC1090
5+
- SC1091
6+
- SC2043
7+
- SC2312

‎.trunk/configs/.markdownlintignore

-1
This file was deleted.

‎.trunk/configs/.shellcheckrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
enable=all
22
source-path=SCRIPTDIR
3+
disable=SC2154
34

45
# If you're having issues with shellcheck following source, disable the errors via:
56
# disable=SC1090

0 commit comments

Comments
 (0)
Please sign in to comment.