Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit f6e4db8

Browse files
author
Ted Behling
committed
Add config option to use project root as shellcheck working dir
`false` is default, which maintains the plugin's existing behavior
1 parent b600cb0 commit f6e4db8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"type": "boolean",
3232
"title": "Enable Notice Messages",
3333
"default": false
34+
},
35+
"useProjectCwd": {
36+
"type": "boolean",
37+
"title": "Run Shellcheck using project root as the working directory (false for file-relative)",
38+
"default": false
3439
}
3540
},
3641
"dependencies": {

0 commit comments

Comments
 (0)