check_yaml_authors

Summary

check_yaml_authors(descriptor: MapDescriptor) str

Checks to ensure that a board’s .yaml descriptor file has defined at least one Author.

Parameters:

descriptor (MapDescriptor) – A MapDescriptor object representing a .yaml file.

Returns:

A string containing the error message if the check fails, or an empty string if it passes.

Return type:

str

Importing

from cs_board_tools.validation.board import check_yaml_authors