We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d14d39 commit 7cf098fCopy full SHA for 7cf098f
server/src/config.ts
@@ -1,5 +1,5 @@
1
export const DEFAULT_GLOB_PATTERN = '**/*@(.sh|.inc|.bash|.command)'
2
-export const DEFAULT_BACKGROUND_ANALYSIS_MAX_FILES = 5000
+export const DEFAULT_BACKGROUND_ANALYSIS_MAX_FILES = 500
3
4
export function getShellcheckPath(): string | null {
5
const { SHELLCHECK_PATH } = process.env
0 commit comments