mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 06:44:41 +03:00
Use absolute links in the README to link to modules
This commit is contained in:
parent
17c8fb6d29
commit
9898c5abfd
@ -75,7 +75,7 @@ Before you start adding rules though, I suggest reading the rest of this documen
|
||||
## Write your own rule
|
||||
|
||||
You can write your own rule using this package's API and [`elm-syntax`](https://package.elm-lang.org/packages/stil4m/elm-syntax/latest/).
|
||||
Check out the [`Review.Rule`](./Review-Rule) documentation for more instructions.
|
||||
Check out the [`Review.Rule`](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/Review-Rule) documentation for more instructions.
|
||||
|
||||
Here's an example of a rule that prevents a typo in a string that was made too often at your company.
|
||||
|
||||
@ -174,7 +174,7 @@ When wondering whether to enable a rule, I suggest using this checklist:
|
||||
|
||||
## Is there a way to ignore an error or disable a rule only in some locations?
|
||||
|
||||
You can prevent errors from being reported by either changing the implementation of your rules or by [configuring exceptions](./Rule-Review#configuring-exceptions) for directories or for files.
|
||||
You can prevent errors from being reported by either changing the implementation of your rules or by [configuring exceptions](https://package.elm-lang.org/packages/jfmengels/elm-review/latest/Review-Rule#configuring-exceptions) for directories or for files.
|
||||
|
||||
It is however not possible to ignore errors on a case-by-case basis, for several reasons:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user