Skip to content

Commit 49f1f18

Browse files
committed
sync stale cppcheck suppression line numbers
The line-anchored knownConditionTrueFalse suppressions had drifted out of sync with their source lines, causing both unmatchedSuppression and now-unsuppressed errors in the cppcheck CI step: - kruskal_tree.hpp: 13 -> 15 (shifted by the clang-format reflow in the previous commit) - suffix_array.hpp: 62 -> 63 (pre-existing drift) - suffix_array_short.hpp: 34 -> 35 (pre-existing drift)
1 parent 132963e commit 49f1f18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/.config/.cppcheck_suppression_list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ syntaxError:../library/loops/submasks.hpp:8
3939
syntaxError:../library/loops/supermasks.hpp:8
4040
syntaxError:../library/math/prime_sieve/mobius.hpp:6
4141
syntaxError:../library/trees/lca_rmq/iterate_subtree.hpp:6
42-
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp:62
43-
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp:34
44-
knownConditionTrueFalse:../library/dsu/kruskal_tree.hpp:13
42+
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp:63
43+
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp:35
44+
knownConditionTrueFalse:../library/dsu/kruskal_tree.hpp:15
4545
knownConditionTrueFalse:../library/dsu/dsu.hpp:11
4646
knownConditionTrueFalse:../library/dsu/dsu_weighted.hpp:29
4747
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30

0 commit comments

Comments
 (0)