MCPcopy
hub / github.com/github/awesome-copilot / warn

Function warn

skills/quality-playbook/quality_gate.py:489–492  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

487
488
489def warn(msg):
490 global WARN
491 print(f" WARN: {msg}")
492 WARN += 1
493
494
495def info(msg):

Callers 15

check_file_existenceFunction · 0.70
check_bugs_headingFunction · 0.70
check_tdd_sidecarFunction · 0.70
check_use_casesFunction · 0.70
check_patchesFunction · 0.70
check_version_stampsFunction · 0.70
check_run_metadataFunction · 0.70
_check_citation_blockFunction · 0.70
check_v1_5_0_index_mdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected