aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
diff options
context:
space:
mode:
authorZufu Liu <unknown>2023-12-14 14:44:11 +1100
committerZufu Liu <unknown>2023-12-14 14:44:11 +1100
commit361218f4984d429c1a518cb1dbd94612eab0ecaa (patch)
tree4efa7cfc7b09022b9419aae013de5aa28bbb5278 /cppcheck.suppress
parent108dbd549a2a7e17b744d13b451c0a18503b4480 (diff)
downloadscintilla-mirror-361218f4984d429c1a518cb1dbd94612eab0ecaa.tar.gz
Bug [#2405]. Fix regular expression bug in reverse direction where shortened
match returned.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r--cppcheck.suppress2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index 5e404b6df..092de64ee 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -85,8 +85,6 @@ passedByValue
// Checks for moves move to variables that are not read but the moved from is checked
unreadVariable:scintilla/test/unit/*.cxx
accessMoved:scintilla/test/unit/*.cxx
-// Temporary code for test that fails
-redundantAssignment:scintilla/test/unit/testDocument.cxx
// cppcheck fails REQUIRE from Catch
comparisonOfFuncReturningBoolError:scintilla/test/unit/*.cxx