Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Provides elm-review rules to help with the quality and correctness of your Elm project's documentation

License

Notifications You must be signed in to change notification settings

jfmengels/review-documentation

DEPRECATED

This package was republished as jfmengels/elm-review-documentation in order to have a more consistent naming convention for elm-review rule packages.

To migrate, I recommend going to your review configuration and running the following commands:

# NOTE: You'll need to have Node.js installed to be able to use `npx`
npx elm-json uninstall jfmengels/review-documentation --yes
npx elm-json install jfmengels/elm-review-documentation --yes

review-documentation

Provides elm-review rules to help with the quality and correctness of your Elm project's documentation.

Provided rules

Configuration

module ReviewConfig exposing (config)

import Review.Rule exposing (Rule)
import Documentation.ReadmeLinksPointToCurrentVersion

config : List Rule
config =
    [ Documentation.ReadmeLinksPointToCurrentVersion.rule
    ]

About

Provides elm-review rules to help with the quality and correctness of your Elm project's documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages