Skip to content

Commit

Permalink
Adds the config property dscanner.excludedFiles
Browse files Browse the repository at this point in the history
Adds the config for Pure-D/serve-d#373
  • Loading branch information
Mai-Lapyst authored and WebFreak001 committed Jun 10, 2024
1 parent 75b4be5 commit d205941
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,14 @@
]
},
"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."
},
"dscanner.excludedFiles": {
"type": "array",
"scope": "resource",
"items": {
"type": "string"
},
"markdownDescription": "Files to exclude from being linted with DScanner."
}
}
},
Expand Down

0 comments on commit d205941

Please sign in to comment.