miniBill / elm-review-call-graph / ExtractCallGraph

rule : Review.Rule.Rule

Extracts the call graph for an application

config =
    [ ExtractCallGraph.rule
    ]

Fail/Success

This rule does not report errors.

Try it out

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