Skip to content

Commit 0845ad2

Browse files
committed
fix: suppress sonarcloud false positives in vulture whitelist
1 parent 44ac198 commit 0845ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whitelist_vulture.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
is_nlp_available
3636
Graph.add_node
3737
QuotientNode.fragment_count
38-
ProjectGraph.edges_of_type
39-
ProjectGraph.subgraph
38+
ProjectGraph.edges_of_type # NOSONAR(python:S905)
39+
ProjectGraph.subgraph # NOSONAR(python:S905)
4040
AnsibleEdgeBuilder
4141
BazelEdgeBuilder
4242
CargoEdgeBuilder

0 commit comments

Comments
 (0)