Closed lue-bird closed 3 years ago
Thanks a lot!
I have to admit, I may have been a bit lazy at some point during the writing of the docs, because I was hoping that I'd have this exact rule at some point and feeling good about fixing things :joy:
Thanks for noticing the other ones. I've fixed them manually :+1:
Mini spelling correction in
Review.Test
's file comment:That isn't really worth a PR so here's another thing I noticed when running the new elm-review-links-point-to-existing-package-members:
(#moduleGraph)
in theReview-Project.precomputeModuleGraph
doc but this function is only exposed fromReview.Project.Internal
.(#error)
in theReview.Test.FailureMessage
doc which doesn't expose such a function. It should probably point toReview-Test#error
(ModuleKey)
in theRule.withModuleKey
doc which doesn't work because it is interpreted as a module. The PR corrects it to#ModuleKey