summaryrefslogtreecommitdiff
path: root/tests/testreport.txt
blob: 94223aa7206aa05e916e0ab891194b8e5eaa1319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[testsrc/bad/avatarlistbox.xml:1]: V009: Wrong xml header. Must be '<?xml version="1.0" encoding="utf-8"?>'
[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:34]: V006: Add space between constructor and ":".
[testsrc/bad/constructor1.cpp:35]: V006: Wrong align in initialisation list.
[testsrc/bad/constructor1.cpp:41]: V007: Need add final or notfinal into class declaration
[testsrc/bad/constructor1.cpp:44]: 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:32]: V006: Add space between constructor and ":".
[testsrc/bad/constructor1.h:33]: V006: Wrong align in initialisation list.
[testsrc/bad/constructor1.h:39]: V007: Need add final or notfinal into class declaration
[testsrc/bad/constructor1.h:42]: V006: Wrong align in initialisation list.
[testsrc/bad/debug1.cpp:25]: V004: Missing #include "debug.h". It need for profiling and memory debugging.
[testsrc/bad/debug1.h:23]: V003: Dont use #include "debug.h" in .h files. Probably need replace it to #include "localconsts.h"
[testsrc/bad/debug2.cpp:23]: V004: Last include must be #include "debug.h"
[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/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/formatting2.cpp:28]: V011: Wrong public/protected/private formatting. Must be align 8, but present align 9.
[testsrc/bad/formatting.cpp:27]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 0.
[testsrc/bad/formatting.cpp:35]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 0.
[testsrc/bad/formatting.cpp:45]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 8.
[testsrc/bad/formatting.h:25]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 0.
[testsrc/bad/formatting.h:33]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 5.
[testsrc/bad/formatting.h:43]: V011: Wrong public/protected/private formatting. Must be align 4, but present align 1.
[testsrc/bad/include1.cpp:21]: V008: Wrong include #include "lintmanager1.h". Probably you should use path from src dir, or use #include <file.ext>
[testsrc/bad/include1.cpp:23]: V008: Wrong include #include "include1.h". Probably you should use path from src dir, or use #include <file.ext>
[testsrc/bad/include1.h:21]: V008: Wrong include #include "lintmanager1.h". Probably you should use path from src dir, or use #include <file.ext>
[testsrc/bad/include1.h:23]: V008: Wrong include #include "license1.h". Probably you should use path from src dir, or use #include <file.ext>
[testsrc/bad/license1.cpp:1]: V005: Should be license header
[testsrc/bad/license1.h:1]: V005: Should be license header
[testsrc/bad/license2.cpp:2]: V005: Should be 'The ManaPlus Client' in header
[testsrc/bad/license2.h: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/license3.h:19]: V005: License version not found. It must be GPL 2
[testsrc/bad/license4.cpp:4]: V005: Missing ManaPlus developers copyrights
[testsrc/bad/license4.h:4]: V005: Missing ManaPlus developers copyrights
[testsrc/bad/license5.cpp:3]: V005: Missing copyrights section
[testsrc/bad/license5.h:3]: V005: Missing copyrights section
[testsrc/bad/license6.cpp:5]: V005: Missing "This file is part of The ManaPlus Client."
[testsrc/bad/license6.h:5]: V005: Missing "This file is part of The ManaPlus Client."
[testsrc/bad/packet.cpp:25]: V012: Wrong output packet creation. Must be 'createOutPacket(CMSG...'
[testsrc/bad/uk.po:2257]: V010: Wrong character at end of translation line.
[testsrc/bad/uk.po:2269]: V010: Wrong character at start of translation line.
[testsrc/bad/uk.po:2535]: V010: Wrong number of spaces at start of translation line.
[testsrc/bad/uk.po:3711]: V010: Wrong character at end of translation line.
[testsrc/bad/virtual1.cpp:33]: V013: Keywords virtual is useless if used with override or final
[testsrc/bad/virtual1.cpp:36]: V013: Keywords virtual is useless if used with override or final
[testsrc/bad/virtual1.h:31]: V013: Keywords virtual is useless if used with override or final
[testsrc/bad/virtual1.h:32]: V013: Keywords virtual is useless if used with override or final