summaryrefslogtreecommitdiff
path: root/tests/testreport.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-29 06:55:29 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-29 06:55:55 +0300
commit3441603804b740f560f2ddddce8bc56231a1e901 (patch)
tree7de74cbbdbdc15d08465ff229fb461867b5c5920 /tests/testreport.txt
parentac6cdc8dd5f42820014b5d0b09b5e52593fb0a20 (diff)
downloadmplint-3441603804b740f560f2ddddce8bc56231a1e901.tar.gz
mplint-3441603804b740f560f2ddddce8bc56231a1e901.tar.bz2
mplint-3441603804b740f560f2ddddce8bc56231a1e901.tar.xz
mplint-3441603804b740f560f2ddddce8bc56231a1e901.zip
Add new check for ":" after class name and before base classes.
Diffstat (limited to 'tests/testreport.txt')
-rw-r--r--tests/testreport.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testreport.txt b/tests/testreport.txt
index da80304..b71b36b 100644
--- a/tests/testreport.txt
+++ b/tests/testreport.txt
@@ -1,4 +1,7 @@
[testsrc/bad/avatarlistbox.xml:1]: V009: Wrong xml header. Must be '<?xml version="1.0" encoding="utf-8"?>'
+[testsrc/bad/baseclass.cpp:32]: V006: Wrong align after class name and before ':'.
+[testsrc/bad/baseclass.cpp:37]: V006: Wrong align after class name and before ':'.
+[testsrc/bad/baseclass.h:30]: V006: Wrong align after class name and before ':'.
[testsrc/bad/brackets.cpp:23]: V015: Brackets formatting error. Wrong last bracket position
[testsrc/bad/brackets.cpp:34]: V015: Brackets formatting error. Wrong last bracket position
[testsrc/bad/brackets.cpp:45]: V015: Brackets formatting error. Wrong last bracket position