Skip to content

Commit

Permalink
cleanup list of allowed circular deps. (#99654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored May 10, 2021
1 parent 8e3604f commit 65a2177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dev/run_find_plugins_with_circular_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ interface Options {
type CircularDepList = Set<string>;

const allowedList: CircularDepList = new Set([
'x-pack/plugins/apm -> x-pack/plugins/infra',
'x-pack/plugins/lists -> x-pack/plugins/security_solution',
'x-pack/plugins/security -> x-pack/plugins/spaces',
]);

run(
Expand Down

0 comments on commit 65a2177

Please sign in to comment.