Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Nov 8, 2022
1 parent 211457c commit 79ba934
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ quality and correctness of your Elm project's documentation, both for packages a

## Provided rules

- [`Docs.ReviewAtDocs`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.2/Docs-ReviewAtDocs/) - Reports problems with the usages of `@docs`.
- [`Docs.NoMissing`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.2/Docs-NoMissing/) - Reports missing documentation for functions and types.
- [`Docs.ReviewLinksAndSections`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.2/Docs-ReviewLinksAndSections/) - Reports problems with links and sections in Elm projects.
- [🔧 `Docs.UpToDateReadmeLinks`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.2/Docs-UpToDateReadmeLinks/ "Provides automatic fixes") - Reports links in the `README.md` that do not point to the current version of the package.
- [`Docs.ReviewAtDocs`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.3/Docs-ReviewAtDocs/) - Reports problems with the usages of `@docs`.
- [`Docs.NoMissing`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.3/Docs-NoMissing/) - Reports missing documentation for functions and types.
- [`Docs.ReviewLinksAndSections`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.3/Docs-ReviewLinksAndSections/) - Reports problems with links and sections in Elm projects.
- [🔧 `Docs.UpToDateReadmeLinks`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.3/Docs-UpToDateReadmeLinks/ "Provides automatic fixes") - Reports links in the `README.md` that do not point to the current version of the package.

## Configuration

Expand Down Expand Up @@ -56,4 +56,4 @@ elm-review --template jfmengels/elm-review-documentation/example

## Thanks

Thanks to @lue-bird for helping out with [`Docs.ReviewLinksAndSections`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.2/Docs-ReviewLinksAndSections/).
Thanks to @lue-bird for helping out with [`Docs.ReviewLinksAndSections`](https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/2.0.3/Docs-ReviewLinksAndSections/).
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jfmengels/elm-review-documentation",
"summary": "Provides elm-review rules to help with the quality of the documentation",
"license": "BSD-3-Clause",
"version": "2.0.2",
"version": "2.0.3",
"exposed-modules": [
"Docs.ReviewAtDocs",
"Docs.NoMissing",
Expand Down
9 changes: 5 additions & 4 deletions example/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/regex": "1.0.0",
"jfmengels/elm-review": "2.9.0",
"jfmengels/elm-review": "2.10.0",
"stil4m/elm-syntax": "7.2.9",
"jfmengels/elm-review-documentation": "2.0.2"
"jfmengels/elm-review-documentation": "2.0.3"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-community/list-extra": "8.6.0",
"elm-explorations/test": "1.2.2",
"elm-community/list-extra": "8.7.0",
"elm-explorations/test": "2.0.1",
"miniBill/elm-unicode": "1.0.2",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3"
Expand Down

0 comments on commit 79ba934

Please sign in to comment.