Commit Graph

56 Commits

Author SHA1 Message Date
Jeroen Engels
319ecb29a6 Add Rule.withFilePath 2022-04-28 11:41:01 +02:00
Jeroen Engels
67025cdcaf Documentation improvements 2022-02-04 17:31:20 +01:00
Jie
2bc6c2ec33
Add Rule.filterErrorsForFiles (#115) 2022-02-04 17:16:08 +01:00
Jie
bbc6ce4365
Small typos (#116)
* tat -> that

* yoy -> you
2022-01-19 14:28:42 +01:00
SiriusStarr
1ce2984340 Note in docs that declaration list is source order 2022-01-05 20:48:21 +01:00
SiriusStarr
6efdebc1f3 Update documentation for comment visitor
Clarify that comments are visited in source order and note that doc
comments for functions/types/type aliases are not included.
2022-01-05 16:55:59 +01:00
Jeroen Engels
c444311977 Remove inconsistent period 2022-01-05 16:52:18 +01:00
SiriusStarr
720f381ee8
Clarify documentation on declaration visitor order (#111) 2022-01-05 16:38:24 +01:00
Jeroen Engels
aba58c7763 Add new visitors for let declarations and case branches 2021-10-23 19:44:53 +02:00
Jeroen Engels
819b373522 Extract functions to a helper module 2021-10-17 17:59:26 +02:00
Jeroen Engels
93d401d0a4 Update docs for moduleNameAt 2021-10-03 11:08:31 +02:00
SiriusStarr
2a8dbaf2a1
Add ModuleNameLookupTable support for operators (#106) 2021-10-03 11:03:00 +02:00
Jeroen Engels
8c8e708403 Enable additional elm-review-documentation rule 2021-10-02 10:32:50 +02:00
Jeroen Engels
fd2eda59d4 Fix links 2021-10-02 10:04:33 +02:00
Jeroen Engels
5cfae6409b Fix example for Project.create 2021-09-22 22:24:58 +02:00
Jeroen Engels
68d9a3b035 Fix docs for ModuleNameLookupTable.moduleNameFor 2021-09-06 21:36:47 +02:00
Jeroen Engels
552a4eec9b Remove link to hidden function 2021-08-19 21:00:24 +02:00
lue
7204637ac5 Fix typo and link in documentation (#104)
* correct explicitly spelling

* correct ModuleKey link in withModuleKey

Co-authored-by: passi <pascalfeyer@gmail.com>
2021-08-19 20:38:06 +02:00
Jeroen Engels
530253a2bb Fix errors in Review.Fix documentation 2021-06-06 22:37:49 +02:00
Jeroen Engels
7489b6b458
Add withSourceCodeExtractor (#100) 2021-05-29 00:00:12 +02:00
Jeroen Engels
8f9878c29e 2.4.1 2021-04-17 21:31:00 +02:00
Jeroen Engels
5316aa057b Add Review.Project.removeDependency 2021-04-04 19:57:47 +02:00
Jeroen Engels
49f11ed7db Add function to specify fixes for elm.json 2021-04-02 21:50:41 +02:00
Jeroen Engels
312abe1cd3 Update documentation 2021-03-31 23:02:49 +02:00
Jeroen Engels
bb2ceceec7 Update documentation 2021-03-31 22:45:01 +02:00
Jeroen Engels
e2a96b66ff Update documentation for Review.Test.Dependencies.elmCore 2021-03-31 22:19:58 +02:00
Jeroen Engels
38bc49a66f Fix documentation for globalError 2021-03-14 11:00:29 +01:00
Jeroen Engels
67d099190a Remove requirement to install npm dependencies 2021-03-14 09:12:41 +01:00
Jeroen Engels
cdde3986aa Add link to the dependency generation script 2021-03-14 09:12:41 +01:00
Jeroen Engels
0c67c88eed Add projectWithElmCore and add elm/core by default to test projects 2021-03-14 09:12:41 +01:00
Jeroen Engels
ccfd426099 Document Review.Test.Dependencies 2021-03-14 09:12:41 +01:00
Jeroen Engels
ae7c4393e4 Document Review.Test.expectConfigurationError 2021-03-10 17:09:16 +01:00
Jeroen Engels
33d1d084d1 Disable NoUnsafeRegexFromLiteral 2021-03-10 17:02:21 +01:00
Jeroen Engels
bc786e3aa3 Bump elm-syntax 2021-03-07 12:25:07 +01:00
Jeroen Engels
bddfd7b071 Fix wrong documentation 2021-02-23 22:31:16 +01:00
Jeroen Engels
944c868a8d Update docs.json 2021-02-23 22:26:55 +01:00
Jeroen Engels
4669fe3960 Backport elm-review-unused 2021-01-24 16:46:42 +01:00
Jeroen Engels
ed1f40bbc3 Fix ModuleNameLookupTable not registering aliases from the prelude 2020-11-18 10:07:16 +01:00
Jeroen Engels
02625de8d3 Fix error in withModuleContextUsingContextCreator documentation 2020-09-09 18:47:04 +02:00
Jeroen Engels
a59c208ecb Remove reference to Scope 2020-09-06 19:13:18 +02:00
Jeroen Engels
79decbc14c Expose and document ProjectData 2020-08-30 10:04:19 +02:00
Jeroen Engels
586bc20b47 Rename new review function 2020-08-30 09:47:56 +02:00
Jeroen Engels
0857393e35 Remove unnecessary TODOs 2020-08-27 18:12:51 +02:00
Jeroen Engels
f6f5326f3d Expose ModuleNameLookupTable 2020-08-27 08:21:53 +02:00
Jeroen Engels
7e4d767923 Document new functions 2020-08-26 19:01:47 +02:00
Jeroen Engels
446a374c20 Add function to look at the rule name 2020-07-23 23:53:16 +02:00
Jeroen Engels
747dfabb3f Rename and document new functions 2020-07-02 07:41:19 +02:00
Jeroen Engels
b1cf32bb84 Delete Visitors, Context and metadata modules 2020-06-28 08:03:23 +02:00
Jeroen Engels
80ef7c7900 Stop exposing things that should not be exposed 2020-06-28 08:01:44 +02:00
Jeroen Engels
f13459fef1 Rework Project.addElmJson documentation 2020-06-23 10:14:37 +02:00