We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
appendExtraQueryExclusions
Readonly
1 parent e9fb72d commit 61c593aCopy full SHA for 61c593a
1 file changed
src/config-utils.ts
@@ -1489,7 +1489,7 @@ export function generateCodeScanningConfig(
1489
export function appendExtraQueryExclusions(
1490
extraQueryExclusions: ExcludeQueryFilter[],
1491
cliConfig: UserConfig,
1492
-): UserConfig {
+): Readonly<UserConfig> {
1493
if (extraQueryExclusions.length === 0) {
1494
return cliConfig;
1495
}
0 commit comments