add cpp checker

This commit is contained in:
cuom1999 2020-03-17 20:41:09 -06:00
parent f74f8b6e05
commit e820697e60
6 changed files with 2859 additions and 8 deletions

View file

@ -29,8 +29,8 @@ CHECKERS = (
('sorted', _('Unordered')),
('identical', _('Byte identical')),
('linecount', _('Line-by-line')),
('custom', _('Custom checker')),
('customval', _('Custom Validator')),
('custom', _('Custom checker (PY)')),
('customval', _('Custom validator (CPP)')),
)