Added validateLocationsExist to the config

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-02-10 13:23:05 -06:00
parent 57397e7d6d
commit 785ff247f6
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Added `validateLocationsExist` to the config
+5
View File
@@ -135,6 +135,11 @@ export interface Config {
* Default: `/catalog-info.yaml`.
*/
catalogPath?: string;
/**
* (Optional) Whether to validate locations that exist before emitting them.
* Default: `false`.
*/
validateLocationsExist?: boolean;
/**
* (Optional) Filter configuration.
*/