From 1769cc3907d3f06254053ab76bd9e827417f07cf Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 13 Apr 2020 07:41:08 +1000 Subject: Replace islower function and add tests for JavaScript regular expressions. --- cppcheck.suppress | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppcheck.suppress') 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 -- cgit v1.2.3