rule : Review.Rule.Rule
Extracts the call graph for an application
config =
[ ExtractCallGraph.rule
]
This rule does not report errors.
You can try the example configuration above out by running the following command:
elm-review --template miniBill/elm-review-call-graph/example --extract --report=json | jq ".extracts.ExtractCallGraph" > call-graph.json