mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 14:55:35 +03:00
Improve documentation
This commit is contained in:
parent
bb3906a090
commit
fad90763cd
@ -5948,6 +5948,10 @@ withIsInSourceDirectories (ContextCreator fn requestedData) =
|
||||
|
||||
|
||||
{-| Request to know whether the errors for the current module has been ignored for this particular rule.
|
||||
This may be useful to reduce the amount of work related to ignored files — like collecting unnecessary data or reporting
|
||||
errors — when that will ignored anyway.
|
||||
|
||||
Note that for module rules, ignored files will be skipped automatically anyway.
|
||||
|
||||
contextCreator : Rule.ContextCreator () Context
|
||||
contextCreator =
|
||||
|
Loading…
Reference in New Issue
Block a user