Skip to content

Commit

Permalink
lint: circular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 13, 2024
1 parent b60bfb2 commit e22c314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lint/lint-circular-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"dfi/accountshistory -> dfi/masternodes -> dfi/accountshistory"
"dfi/accountshistory -> dfi/masternodes -> validation -> dfi/accountshistory"
"dfi/accountshistory -> flushablestorage -> dfi/snapshotmanager -> dfi/accountshistory"
"dfi/anchors -> dfi/govvariables/attributes -> dfi/mn_rpc -> wallet/rpcwallet -> init -> dfi/anchors"
"dfi/anchors -> dfi/govvariables/attributes -> dfi/mn_rpc -> wallet/rpcwallet -> init -> miner -> dfi/anchors"
"dfi/anchors -> dfi/masternodes -> dfi/anchors"
"dfi/anchors -> dfi/masternodes -> net_processing -> dfi/anchors"
"dfi/anchors -> spv/spv_wrapper -> dfi/anchors"
Expand Down

0 comments on commit e22c314

Please sign in to comment.