Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add default validators (#1507)
**Issue number:** ADDON-76440 ### PR Type **What kind of change does this PR introduce?** * [x] Feature * [ ] Bug Fix * [x] Refactoring (no functional or API changes) * [ ] Documentation Update * [ ] Maintenance (dependency updates, CI, etc.) ## Summary Added default validators for api_key and account in `globalConfig.json.template` file ### Changes Added default validator in `globalConfig.json.template` file so that user didn't get warnings in their terminal. For not having validations for their entities. ### User experience No change in user experience ## Checklist If an item doesn't apply to your changes, leave it unchecked. * [x] I have performed a self-review of this change according to the [development guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/#development-guidelines) * [ ] Tests have been added/modified to cover the changes [(testing doc)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test) * [ ] Changes are documented * [x] PR title and description follows the [contributing principles](https://splunk.github.io/addonfactory-ucc-generator/contributing/#pull-requests)
- Loading branch information