summaryrefslogtreecommitdiff
path: root/tests/testreport.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testreport.txt')
-rw-r--r--tests/testreport.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/testreport.txt b/tests/testreport.txt
new file mode 100644
index 0000000..322eda1
--- /dev/null
+++ b/tests/testreport.txt
@@ -0,0 +1,31 @@
+[testsrc/bad/final1.cpp:25]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/final1.cpp:30]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/license1.cpp:1]: V005: Should be license header
+[testsrc/bad/license2.cpp:2]: V005: Should be 'The ManaPlus Client' in header
+[testsrc/bad/license3.cpp:19]: V005: License version not found. It must be GPL 2
+[testsrc/bad/license4.cpp:4]: V005: Missing ManaPlus developers copyrights
+[testsrc/bad/license5.cpp:3]: V005: Missing copyrights section
+[testsrc/bad/license6.cpp:5]: V005: Missing "This file is part of The ManaPlus Client."
+[testsrc/bad/constructor1.cpp:34]: V006: Add space between constructor and ":".
+[testsrc/bad/constructor1.cpp:35]: V006: Wrong align in initialisation list.
+[testsrc/bad/constructor1.cpp:44]: V006: Wrong align in initialisation list.
+[testsrc/bad/constructor1.cpp:25]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/constructor1.cpp:32]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/constructor1.cpp:41]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/final1.h:23]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/final1.h:27]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/debug1.h:23]: V003: Dont use #include "debug.h" in .h files. Probably need replace it to #include "localconsts.h"
+[testsrc/bad/license1.h:1]: V005: Should be license header
+[testsrc/bad/license2.h:2]: V005: Should be 'The ManaPlus Client' in header
+[testsrc/bad/license3.h:19]: V005: License version not found. It must be GPL 2
+[testsrc/bad/license4.h:4]: V005: Missing ManaPlus developers copyrights
+[testsrc/bad/license5.h:3]: V005: Missing copyrights section
+[testsrc/bad/license6.h:5]: V005: Missing "This file is part of The ManaPlus Client."
+[testsrc/bad/constructor1.h:32]: V006: Add space between constructor and ":".
+[testsrc/bad/constructor1.h:33]: V006: Wrong align in initialisation list.
+[testsrc/bad/constructor1.h:42]: V006: Wrong align in initialisation list.
+[testsrc/bad/constructor1.h:23]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/constructor1.h:30]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/constructor1.h:39]: V007: Need add final or notfinal into class declaration
+[testsrc/bad/debug1.cpp:25]: V004: Missing #include "debug.h". It need for profiling and memory debugging.
+[testsrc/bad/debug2.cpp:23]: V004: Last include must be #include "debug.h"