TortoiseGitMerge: Adjust OVR mode cursor width to exact char width
[TortoiseGit.git] / ext / scintilla / cppcheck.suppress
blob63aa750c0a3abe5f67625bec4fddd349e589bf36
1 // File to suppress cppcheck warnings for files that will not be fixed.
2 // Does not suppress warnings where an additional occurrence of the warning may be of interest.
3 // Does not suppress false positives from cppcheck.
5 // Coding style is to use assignments in constructor when there are many
6 // members to initialize or the initialization is complex or has comments.
7 useInitializationList
9 // Suppress most lexer warnings since the lexers are maintained by others
10 useInitializationList:scintilla/lexers/LexAsm.cxx
11 useInitializationList:scintilla/lexers/LexBasic.cxx
12 noCopyConstructor:scintilla/lexers/LexBash.cxx
13 variableScope:scintilla/lexers/LexBash.cxx
14 variableScope:scintilla/lexers/LexCmake.cxx
15 variableScope:scintilla/lexers/LexCSS.cxx
16 useInitializationList:scintilla/lexers/LexD.cxx
17 variableScope:scintilla/lexers/LexErlang.cxx
18 variableScope:scintilla/lexers/LexGui4Cli.cxx
19 variableScope:scintilla/lexers/LexInno.cxx
20 variableScope:scintilla/lexers/LexLaTeX.cxx
21 variableScope:scintilla/lexers/LexMetapost.cxx
22 variableScope:scintilla/lexers/LexModula.cxx
23 variableScope:scintilla/lexers/LexNimrod.cxx
24 variableScope:scintilla/lexers/LexNsis.cxx
25 variableScope:scintilla/lexers/LexOpal.cxx
26 variableScope:scintilla/lexers/LexOthers.cxx
27 variableScope:scintilla/lexers/LexPB.cxx
28 noCopyConstructor:scintilla/lexers/LexPerl.cxx
29 variableScope:scintilla/lexers/LexPS.cxx
30 variableScope:scintilla/lexers/LexRuby.cxx
31 uninitMemberVar:scintilla/lexers/LexRuby.cxx
32 variableScope:scintilla/lexers/LexSpecman.cxx
33 unreadVariable:scintilla/lexers/LexSpice.cxx
34 invalidscanf:scintilla/lexers/LexTCMD.cxx
35 variableScope:scintilla/lexers/LexTeX.cxx
36 variableScope:scintilla/lexers/LexVHDL.cxx
38 // Suppress C-style pointer casting for Qt code as won't be changing
39 cstyleCast:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp
41 // Suppress everything in catch.hpp as won't be changing
42 *:scintilla/test/unit/catch.hpp