You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Before you start adding rules or an unfamiliar existing configuration, I suggest
116
116
## Write your own rule
117
117
118
118
You can write your own rule using this package's API and [`elm-syntax`](https://package.elm-lang.org/packages/stil4m/elm-syntax/7.2.1/).
119
-
Check out the [`Review.Rule`](https://package.elm-lang.org/packages/jfmengels/elm-review/2.15.1/Review-Rule/) documentation for how to get started.
119
+
Check out the [`Review.Rule`](https://package.elm-lang.org/packages/jfmengels/elm-review/2.15.2/Review-Rule/) documentation for how to get started.
120
120
121
121
**NOTE**: If you want to **create a package** containing `elm-review` rules, I highly recommend using the
122
122
[CLI's](https://github.com/jfmengels/node-elm-review/)`elm-review new-package` subcommand. This will create a new package that will help you use the best practices and give you helpful tools like easy auto-publishing. More information is available in the maintenance file generated along with it.
@@ -236,7 +236,7 @@ It does provide 2 systems that I think are better alternatives for the health of
236
236
237
237
### Configuring exceptions
238
238
239
-
You can [configure exceptions](https://package.elm-lang.org/packages/jfmengels/elm-review/2.15.1/Review-Rule/#configuring-exceptions),
239
+
You can [configure exceptions](https://package.elm-lang.org/packages/jfmengels/elm-review/2.15.2/Review-Rule/#configuring-exceptions),
240
240
which consists of marking specific directories or files as not relevant to a rule or set of rules, preventing errors to be reported for those.
241
241
242
242
It is a good fit if you wish for `elm-review` to not report errors in vendored or generated code,
@@ -282,7 +282,7 @@ the codebase. You can use this to gain insight into your codebase, or provide in
282
282
powerful integrations.
283
283
284
284
To make use of this feature, run `elm-review --extract --report=json` with a configuration containing a rule that uses
0 commit comments