cppcheck.suppress 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.
  4. // Coding style is to use assignments in constructor when there are many
  5. // members to initialize or the initialization is complex or has comments.
  6. useInitializationList
  7. // Suppress most lexer warnings since the lexers are maintained by others
  8. useInitializationList:scintilla/lexers/LexAsm.cxx
  9. useInitializationList:scintilla/lexers/LexBasic.cxx
  10. noCopyConstructor:scintilla/lexers/LexBash.cxx
  11. variableScope:scintilla/lexers/LexBash.cxx
  12. variableScope:scintilla/lexers/LexCmake.cxx
  13. variableScope:scintilla/lexers/LexCSS.cxx
  14. useInitializationList:scintilla/lexers/LexD.cxx
  15. variableScope:scintilla/lexers/LexErlang.cxx
  16. variableScope:scintilla/lexers/LexGui4Cli.cxx
  17. variableScope:scintilla/lexers/LexInno.cxx
  18. variableScope:scintilla/lexers/LexLaTeX.cxx
  19. variableScope:scintilla/lexers/LexMetapost.cxx
  20. variableScope:scintilla/lexers/LexModula.cxx
  21. variableScope:scintilla/lexers/LexNimrod.cxx
  22. variableScope:scintilla/lexers/LexNsis.cxx
  23. variableScope:scintilla/lexers/LexOpal.cxx
  24. variableScope:scintilla/lexers/LexOthers.cxx
  25. variableScope:scintilla/lexers/LexPB.cxx
  26. noCopyConstructor:scintilla/lexers/LexPerl.cxx
  27. variableScope:scintilla/lexers/LexRuby.cxx
  28. uninitMemberVar:scintilla/lexers/LexRuby.cxx
  29. variableScope:scintilla/lexers/LexSpecman.cxx
  30. unreadVariable:scintilla/lexers/LexSpice.cxx
  31. clarifyCalculation:scintilla/lexers/LexTADS3.cxx
  32. invalidscanf:scintilla/lexers/LexTCMD.cxx
  33. variableScope:scintilla/lexers/LexTeX.cxx
  34. variableScope:scintilla/lexers/LexVHDL.cxx
  35. // Suppress C-style pointer casting for Qt code as won't be changing
  36. cstyleCast:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp
  37. // Suppress everything in catch.hpp as won't be changing
  38. *:scintilla/test/unit/catch.hpp