Skip to content

Commit 41629f8

Browse files
committed
fix
1 parent 460cc2e commit 41629f8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/.config/.cppcheck_suppression_list

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ syntaxError:../library/math/prime_sieve/mobius.hpp:6
4141
syntaxError:../library/trees/lca_rmq/iterate_subtree.hpp:6
4242
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp:62
4343
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp:29
44-
knownConditionTrueFalse:../library/data_structures/dsu/kruskal_tree.hpp:15
45-
knownConditionTrueFalse:../library/data_structures/dsu/dsu.hpp:11
44+
knownConditionTrueFalse:../library/dsu/kruskal_tree.hpp:15
45+
knownConditionTrueFalse:../library/dsu/dsu.hpp:11
4646
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30
4747
constVariable:../kactl/content/graph/CompressTree.h:20
4848
constVariableReference:../kactl/content/graph/CompressTree.h:20
@@ -59,8 +59,6 @@ uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp
5959
unusedFunction:../kactl/content/data-structures/UnionFind.h:14
6060
unusedFunction:../kactl/content/number-theory/ModPow.h:13
6161
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49
62-
containerOutOfBounds:../library/data_structures/uncommon/permutation_tree.hpp:85
62+
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp:85
6363
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/bit.hpp:5
64-
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r]/bit.hpp:5
6564
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:4
66-
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r]/lazy_seg_tree.hpp:4

0 commit comments

Comments
 (0)