Added Trunk configuration for those using trunk (suggested: makes the code way cleaner and easier to read)

This commit is contained in:
thecookingsenpai
2024-01-30 15:49:47 +01:00
parent 27a277cc5b
commit d411f04e98
8 changed files with 98 additions and 0 deletions
+7
View 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