Fixup trunk configs
This commit is contained in:
parent
15b530eee6
commit
68a70bc91b
4 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule ".trunk/configs"]
|
||||||
|
path = .trunk/configs
|
||||||
|
url = git@github.com:matthewbaggett/Opinionated-Trunk-Configuration.git
|
|
@ -1,3 +1,7 @@
|
||||||
ignored:
|
ignored:
|
||||||
- DL3006
|
- DL3006
|
||||||
- DL3008
|
- DL3008
|
||||||
|
- SC1090
|
||||||
|
- SC1091
|
||||||
|
- SC2043
|
||||||
|
- SC2312
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
LICENCE.md
|
|
|
@ -1,5 +1,6 @@
|
||||||
enable=all
|
enable=all
|
||||||
source-path=SCRIPTDIR
|
source-path=SCRIPTDIR
|
||||||
|
disable=SC2154
|
||||||
|
|
||||||
# If you're having issues with shellcheck following source, disable the errors via:
|
# If you're having issues with shellcheck following source, disable the errors via:
|
||||||
# disable=SC1090
|
# disable=SC1090
|
||||||
|
|
Loading…
Reference in a new issue