- Now handles the configuration variable recognition of the
new custom report variables.
This commit is contained in:
@@ -373,7 +373,8 @@ std::string handleVersion (Config& conf)
|
|||||||
// dynamic.
|
// dynamic.
|
||||||
if (i->find ("color.keyword.") == std::string::npos &&
|
if (i->find ("color.keyword.") == std::string::npos &&
|
||||||
i->find ("color.project.") == std::string::npos &&
|
i->find ("color.project.") == std::string::npos &&
|
||||||
i->find ("color.tag.") == std::string::npos)
|
i->find ("color.tag.") == std::string::npos &&
|
||||||
|
i->find ("report.") == std::string::npos)
|
||||||
{
|
{
|
||||||
unrecognized.push_back (*i);
|
unrecognized.push_back (*i);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user