Fixup trunk configs

This commit is contained in:
Greyscale 2024-11-24 11:06:01 +01:00
parent 15b530eee6
commit 68a70bc91b
Signed by: grey
GPG key ID: DDB392AE64B32D89
4 changed files with 8 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

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

View file

@ -1,3 +1,7 @@
ignored:
- DL3006
- DL3008
- SC1090
- SC1091
- SC2043
- SC2312

View file

@ -1 +0,0 @@
LICENCE.md

View file

@ -1,5 +1,6 @@
enable=all
source-path=SCRIPTDIR
disable=SC2154
# If you're having issues with shellcheck following source, disable the errors via:
# disable=SC1090