StringstandardOutput="The configuration "+name+" is not reviewed, yet.";
if(!name.endsWith("_reviewed")){
addReport("The configuration "+name+" is not reviewed, yet. After the configuration is reviewed, a \"_reviewed\" must be added to the configuration's name.",node.get_SourcePositionStart());
if(advanced){
addReport(standardOutput+" After the configuration is reviewed, a \"_reviewed\" must be added to the configuration's name.",node.get_SourcePositionStart());