Home
last modified time | relevance | path

Searched refs:check_gn_format (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py118 def check_gn_format(files: Iterable[Path]) -> Dict[Path, str]: function
266 GN_FORMAT: CodeFormat = CodeFormat('GN', ('.gn', '.gni'), (), check_gn_format,