mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 22:33:13 +03:00
Backport rules from elm-review-cognitive-complexity
This commit is contained in:
parent
73262f6f47
commit
6bdb985f8f
@ -64,7 +64,7 @@ an insight rule instead.
|
||||
## Use as an insight rule
|
||||
|
||||
If instead of enforcing a threshold, you wish to have an overview of the complexity for each function, you can run the
|
||||
rule using as an insight rule (using `elm-review --report=json --extract`), which would yield an output like the following:
|
||||
rule as an insight rule (using `elm-review --report=json --extract`), which would yield an output like the following:
|
||||
|
||||
```json
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user