Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Dec 1, 2022
1 parent efd3c2a commit 521ba0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Provides an [`elm-review`](https://package.elm-lang.org/packages/jfmengels/elm-r

## Provided rules

- [🔍 `CognitiveComplexity`](https://package.elm-lang.org/packages/jfmengels/elm-review-cognitive-complexity/1.0.1/CognitiveComplexity/ "Provides insight") - Reports functions that have a too high cognitive complexity.
- [🔍 `CognitiveComplexity`](https://package.elm-lang.org/packages/jfmengels/elm-review-cognitive-complexity/1.0.2/CognitiveComplexity/ "Provides insight") - Reports functions that have a too high cognitive complexity.


## Configuration
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Expand Up @@ -3,7 +3,7 @@
"name": "jfmengels/elm-review-cognitive-complexity",
"summary": "Provide an elm-review rule to measure the cognitive complexity of a function.",
"license": "BSD-3-Clause",
"version": "1.0.1",
"version": "1.0.2",
"exposed-modules": [
"CognitiveComplexity"
],
Expand Down
2 changes: 1 addition & 1 deletion example/elm.json
Expand Up @@ -11,7 +11,7 @@
"elm/project-metadata-utils": "1.0.2",
"jfmengels/elm-review": "2.10.0",
"stil4m/elm-syntax": "7.2.9",
"jfmengels/elm-review-cognitive-complexity": "1.0.1"
"jfmengels/elm-review-cognitive-complexity": "1.0.2"
},
"indirect": {
"elm/bytes": "1.0.8",
Expand Down

0 comments on commit 521ba0a

Please sign in to comment.