Skip to content

Commit 952a1fc

Browse files
committed
Adds the config property dscanner.excludedFiles
Adds the config for Pure-D/serve-d#373
1 parent 75b4be5 commit 952a1fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,14 @@
735735
]
736736
},
737737
"markdownDescription": "DScanner warnings to ignore in this project.\n\nTo disable warnings also with standalone D-Scanner, inside CI or for other people, create a `dscanner.ini` file in the project root.\n\nYou can use the `Insert default dscanner.ini content` command from the VSCode command palette to fill it with defaults."
738+
},
739+
"dscanner.excludedFiles": {
740+
"type": "array",
741+
"scope": "resource",
742+
"items": {
743+
"type": "string"
744+
},
745+
"markdownDescription": "Files to exclude from being linted with DScanner."
738746
}
739747
}
740748
},

0 commit comments

Comments
 (0)