We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c9802 commit fe6cfcaCopy full SHA for fe6cfca
1 file changed
tools/Python/mctest/mcviewtest.py
@@ -74,7 +74,7 @@ def get_cell_tuple(cellobj, refval=None):
74
if not cellobj["compiled"]:
75
if cellobj["linted"]:
76
state = 4
77
- return (state, "<strong><font color=\"red\">Linted only</font></strong>", "", "", "", curl)
+ return (state, "<strong><font color=\"#8B4000\">C-linter output</font></strong>", "", "", "", curl)
78
else:
79
80
return (state, "<strong><font color=\"red\">! Compile error !</font></strong>", "", "", "", curl)
0 commit comments