diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-04-13 07:41:08 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-04-13 07:41:08 +1000 |
| commit | 6a036ac8001e1a740fd28323ea22d6acfbd29877 (patch) | |
| tree | b516b442fb6ed91bd68511ab6ef697803861ffcf /cppcheck.suppress | |
| parent | 45a093223eb08aed5bf0a85dbcf1b986f9750ee6 (diff) | |
| download | scintilla-mirror-6a036ac8001e1a740fd28323ea22d6acfbd29877.tar.gz | |
Backport: Replace islower function and add tests for JavaScript regular expressions.
Backport of changeset 8143:a5eb440dc1e2.
Diffstat (limited to 'cppcheck.suppress')
| -rw-r--r-- | cppcheck.suppress | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 1d351d90b..ac9aad1ac 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -197,6 +197,9 @@ constVariable:scintilla/lexers/LexVHDL.cxx // bp.itBracket not actually redundant as needed by return statements
redundantAssignment:scintilla/lexers/LexCPP.cxx
+// Suppress everything in test example files
+*:scintilla/lexilla/test/examples/*
+
// Suppress everything in catch.hpp as won't be changing
*:scintilla/test/unit/catch.hpp
// For now, suppress all test source files as, since Catch 2, cppcheck shows many warnings showing
|
