Commit Graph

73 Commits

Author SHA1 Message Date
Jeroen Engels
7710177d28 Remove unused argument 2022-10-29 17:58:25 +02:00
Jeroen Engels
2b01ab8ec5 Add Review.Test.expect and its helper to assert multiple things 2022-10-12 16:39:00 +02:00
Jeroen Engels
10cc38daed Update docs.json 2022-08-24 18:00:33 +02:00
Jeroen Engels
d746a21c9a Add withDirectDependencies visitors 2022-08-22 21:49:08 +02:00
Jeroen Engels
d82a69d0a2 Fix docs 2022-08-15 00:59:35 +02:00
Jeroen Engels
523e216879 Update elm.json 2022-08-08 10:39:50 +02:00
Jeroen Engels
350300e0c9
Add Rule.withModuleDocumentationVisitor (#132) 2022-08-07 13:36:28 +02:00
Jeroen Engels
d14f04d4bf Fix docs for Rule.withModuleContextUsingContextCreator 2022-08-07 00:49:25 +02:00
Jeroen Engels
51cb52730d Change the deprecation messages so that NoDeprecated can report these 2022-06-29 23:38:04 +02:00
Jeroen Engels
f7ed9b7642 Get rid of withMetadata in examples 2022-06-21 17:55:20 +02:00
Jeroen Engels
70d430ae5c Use qualified Rule.Error in examples 2022-06-21 17:43:44 +02:00
Jeroen Engels
3ff9098d30 Add fullModuleNameAt and fullModuleNameFor in ModuleNameLookupTable 2022-05-01 20:26:20 +02:00
Jeroen Engels
2c0254a469 Deprecate Rule.Metadata 2022-04-28 13:25:24 +02:00
Jeroen Engels
e1e522eafb Add Rule.withIsInSourceDirectories 2022-04-28 12:02:59 +02:00
Jeroen Engels
d11d4853f9 Move withMetadata 2022-04-28 11:55:55 +02:00
Jeroen Engels
0fe88c90cf Add Rule.withModuleNameNode 2022-04-28 11:52:21 +02:00
Jeroen Engels
d17d995f0e Add Rule.withModuleName 2022-04-28 11:51:14 +02:00
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