Lines Matching refs:ferr
480 def ferr(msg): function
484 ferr("empty or malformed YAML (not a dict)")
495 ferr("malformed entry for area '{}' (not a dict)"
500 ferr("unknown key '{}' in area '{}'"
505 ferr("bad 'status' key on area '{}', should be one of {}"
509 ferr("either 'files' or 'files-regex' (or both) must be specified "
513 ferr("maintained area '{}' with no maintainers".format(area_name))
521 ferr("malformed '{}' value for area '{}' -- should "
532 ferr("glob pattern '{}' in '{}' in area '{}' does not "
537 ferr("glob pattern '{}' in '{}' in area '{}' "
549 ferr("bad regular expression '{}' in '{}' in "
555 ferr("malformed 'description' value for area '{}' -- should be a "