Skip to content

Commit 2c33fbe

Browse files
author
Cameron Custer
committed
make cppcheck suppressions file-level so line shifts don't break ci
1 parent 0fcf5c8 commit 2c33fbe

1 file changed

Lines changed: 52 additions & 57 deletions

File tree

tests/.config/.cppcheck_suppression_list

Lines changed: 52 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -4,61 +4,56 @@ functionConst
44
unknownMacro
55
constParameterReference
66
unusedStructMember:../library/flow/min_cost_max_flow.hpp
7-
unusedStructMember:../library/flow/dinic.hpp:15
8-
unusedStructMember:../library/strings/suffix_array/find/match.hpp:10
9-
unusedScopedObject:library_checker_aizu_tests/trees/centroid_path_dist.test.cpp:29
10-
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_lca.test.cpp:20
11-
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:20
12-
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp:58
13-
arrayIndexOutOfBoundsCond:library_checker_aizu_tests/math/linear_prime_sieve.test.cpp:17
14-
negativeContainerIndex:../library/strings/suffix_array/burrows_wheeler.hpp:50
15-
useStlAlgorithm:../kactl/content/numerical/FastFourierTransform.h:53
16-
useStlAlgorithm:../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp:58
17-
useStlAlgorithm:../library/math/matrix_related/row_reduce.hpp:28
18-
useStlAlgorithm:../library/math/count_paths/count_paths_triangle.hpp:24
19-
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered.hpp:13
20-
shadowFunction:../kactl/content/graph/BinaryLifting.h:17
21-
unknownMacro:../kactl/content/graph/BinaryLifting.h:18
22-
constParameter:../kactl/content/graph/BinaryLifting.h:29
23-
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree.hpp:28
24-
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree.hpp:41
25-
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.hpp:50
26-
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.hpp:55
27-
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.hpp:59
28-
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:49
29-
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp:53
30-
constParameter:../hackpack-cpp/content/number-theory/ModInt.h:45
31-
constParameter:library_checker_aizu_tests/data_structures/rmq_inc.test.cpp:11
32-
variableScope:../kactl/content/number-theory/Factor.h:55
33-
syntaxError:../library/math/n_choose_k/pascals_identity.hpp:4
34-
syntaxError:../library/math/prime_sieve/calc_sieve.hpp:6
35-
syntaxError:../library/math/prime_sieve/calc_linear_sieve.hpp:6
36-
syntaxError:../library/loops/chooses.hpp:7
37-
syntaxError:../library/loops/quotients.hpp:10
38-
syntaxError:../library/loops/submasks.hpp:7
39-
syntaxError:../library/loops/supermasks.hpp:8
40-
syntaxError:../library/math/prime_sieve/mobius.hpp:6
41-
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
45-
knownConditionTrueFalse:../library/dsu/dsu.hpp:11
46-
knownConditionTrueFalse:../library/dsu/dsu_weighted.hpp:29
47-
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h:30
48-
constVariable:../kactl/content/graph/CompressTree.h:20
49-
constVariableReference:../kactl/content/graph/CompressTree.h:20
50-
constVariableReference:../library/flow/min_cost_max_flow.hpp:43
51-
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp:21
52-
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp:39
53-
constVariableReference:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp:34
54-
constVariablePointer:../kactl/content/numerical/FastFourierTransform.h:39
55-
cstyleCast:../kactl/content/numerical/FastFourierTransform.h:39
56-
derefInvalidIterator:library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp:13
57-
unreadVariable:library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp:12
58-
uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp:41
59-
unusedFunction:../kactl/content/data-structures/UnionFind.h:14
60-
unusedFunction:../kactl/content/number-theory/ModPow.h:13
61-
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49
62-
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp:85
7+
unusedStructMember:../library/flow/dinic.hpp
8+
unusedStructMember:../library/strings/suffix_array/find/match.hpp
9+
unusedScopedObject:library_checker_aizu_tests/trees/centroid_path_dist.test.cpp
10+
unusedScopedObject:library_checker_aizu_tests/trees/edge_cd_lca.test.cpp
11+
unusedScopedObject:library_checker_aizu_tests/trees/cd_jump_on_tree.test.cpp
12+
arrayIndexOutOfBoundsCond:library_checker_aizu_tests/math/linear_prime_sieve.test.cpp
13+
negativeContainerIndex:../library/strings/suffix_array/burrows_wheeler.hpp
14+
useStlAlgorithm:../kactl/content/numerical/FastFourierTransform.h
15+
useStlAlgorithm:../library/graphs/strongly_connected_components/add_edges_strongly_connected.hpp
16+
useStlAlgorithm:../library/math/matrix_related/row_reduce.hpp
17+
useStlAlgorithm:../library/math/count_paths/count_paths_triangle.hpp
18+
useStlAlgorithm:../library/math/matrix_related/xor_basis_unordered.hpp
19+
shadowFunction:../kactl/content/graph/BinaryLifting.h
20+
unknownMacro:../kactl/content/graph/BinaryLifting.h
21+
constParameter:../kactl/content/graph/BinaryLifting.h
22+
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree.hpp
23+
constParameter:../library/data_structures/wavelet_merge/merge_sort_tree_updates.hpp
24+
constParameter:../library/data_structures/wavelet_merge/wavelet_tree_updates.hpp
25+
constParameter:../hackpack-cpp/content/number-theory/ModInt.h
26+
constParameter:library_checker_aizu_tests/data_structures/rmq_inc.test.cpp
27+
variableScope:../kactl/content/number-theory/Factor.h
28+
syntaxError:../library/math/n_choose_k/pascals_identity.hpp
29+
syntaxError:../library/math/prime_sieve/calc_sieve.hpp
30+
syntaxError:../library/math/prime_sieve/calc_linear_sieve.hpp
31+
syntaxError:../library/loops/chooses.hpp
32+
syntaxError:../library/loops/quotients.hpp
33+
syntaxError:../library/loops/submasks.hpp
34+
syntaxError:../library/loops/supermasks.hpp
35+
syntaxError:../library/math/prime_sieve/mobius.hpp
36+
syntaxError:../library/trees/lca_rmq/iterate_subtree.hpp
37+
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array.hpp
38+
knownConditionTrueFalse:../library/strings/suffix_array/suffix_array_short.hpp
39+
knownConditionTrueFalse:../library/dsu/kruskal_tree.hpp
40+
knownConditionTrueFalse:../library/dsu/dsu.hpp
41+
knownConditionTrueFalse:../library/dsu/dsu_weighted.hpp
42+
constVariable:../kactl/content/numerical/NumberTheoreticTransform.h
43+
constVariable:../kactl/content/graph/CompressTree.h
44+
constVariableReference:../kactl/content/graph/CompressTree.h
45+
constVariableReference:../library/flow/min_cost_max_flow.hpp
46+
constVariableReference:library_checker_aizu_tests/graphs/connected_components_of_complement_graph.test.cpp
47+
constVariableReference:library_checker_aizu_tests/handmade_tests/dsu_size.test.cpp
48+
constVariableReference:../library/trees/centroid_decomp_uncommon/count_paths_per_length.hpp
49+
constVariablePointer:../kactl/content/numerical/FastFourierTransform.h
50+
cstyleCast:../kactl/content/numerical/FastFourierTransform.h
51+
derefInvalidIterator:library_checker_aizu_tests/handmade_tests/n_choose_k.test.cpp
52+
unreadVariable:library_checker_aizu_tests/handmade_tests/permutation_tree_small.test.cpp
53+
uninitvar:library_checker_aizu_tests/handmade_tests/seg_tree_find_small.test.cpp
54+
unusedFunction:../kactl/content/data-structures/UnionFind.h
55+
unusedFunction:../kactl/content/number-theory/ModPow.h
56+
unusedFunction:../kactl/stress-tests/utilities/genTree.h
57+
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp
6358
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/bit.hpp
64-
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:4
59+
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp

0 commit comments

Comments
 (0)