Added validateLocationsExist to the config
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Added `validateLocationsExist` to the config
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user