Allow hassfest to validate specific integrations (#34277)
This commit is contained in:
parent
94a3cec4bf
commit
371bea03d6
9 changed files with 88 additions and 22 deletions
|
@ -60,6 +60,9 @@ def validate(integrations: Dict[str, Integration], config: Config):
|
|||
codeowners_path = config.root / "CODEOWNERS"
|
||||
config.cache["codeowners"] = content = generate_and_validate(integrations)
|
||||
|
||||
if config.specific_integrations:
|
||||
return
|
||||
|
||||
with open(str(codeowners_path)) as fp:
|
||||
if fp.read().strip() != content:
|
||||
config.add_error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue