@@ -12,6 +12,7 @@ describe('ConfigSchema', () => {
1212 "includeAllWorkspaceSymbols": false,
1313 "logLevel": "info",
1414 "shellcheckArguments": [],
15+ "shellcheckExternalSources": true,
1516 "shellcheckPath": "shellcheck",
1617 "shfmt": {
1718 "binaryNextLine": false,
@@ -62,6 +63,7 @@ describe('ConfigSchema', () => {
6263 "-e",
6364 "SC2002",
6465 ],
66+ "shellcheckExternalSources": true,
6567 "shellcheckPath": "",
6668 "shfmt": {
6769 "binaryNextLine": true,
@@ -99,6 +101,7 @@ describe('getConfigFromEnvironmentVariables', () => {
99101 "includeAllWorkspaceSymbols": false,
100102 "logLevel": "info",
101103 "shellcheckArguments": [],
104+ "shellcheckExternalSources": true,
102105 "shellcheckPath": "shellcheck",
103106 "shfmt": {
104107 "binaryNextLine": false,
@@ -130,6 +133,7 @@ describe('getConfigFromEnvironmentVariables', () => {
130133 "includeAllWorkspaceSymbols": false,
131134 "logLevel": "info",
132135 "shellcheckArguments": [],
136+ "shellcheckExternalSources": true,
133137 "shellcheckPath": "",
134138 "shfmt": {
135139 "binaryNextLine": false,
@@ -170,6 +174,7 @@ describe('getConfigFromEnvironmentVariables', () => {
170174 "-e",
171175 "SC2001",
172176 ],
177+ "shellcheckExternalSources": true,
173178 "shellcheckPath": "/path/to/shellcheck",
174179 "shfmt": {
175180 "binaryNextLine": false,
0 commit comments