Commit Graph

739 Commits

Author SHA1 Message Date
Jeroen Engels
550db23f0a Add visitor for the README.md 2020-03-18 22:49:42 +01:00
Jeroen Engels
735d45d6ce Simplify NoTodoComment 2020-03-18 22:31:33 +01:00
Jeroen Engels
7c76d8947a Add README support to Review.Project 2020-03-18 21:01:12 +01:00
Jeroen Engels
4263f35db9 Add dummy rule that will look at the README 2020-03-18 20:32:31 +01:00
Jeroen Engels
7f9435e887 Add NoTodoComment to review configuration 2020-03-18 17:50:32 +01:00
Jeroen Engels
c619e2c484 Improve the range for NoTodoComment 2020-03-18 17:35:11 +01:00
Jeroen Engels
d1e77c29bf Improve comment on NoTodoComment rule 2020-03-17 23:28:47 +01:00
Jeroen Engels
b0614b62c7 Improve documentation for newModuleRuleSchema 2020-03-17 23:00:02 +01:00
Jeroen Engels
cff1770300 Mention Direction in expression and declaration visitors 2020-03-17 22:42:10 +01:00
Jeroen Engels
f02095e960 Document fromProjectRuleSchema 2020-03-17 18:38:28 +01:00
Jeroen Engels
f9abd790a5 Add NoTodoComment rule draft 2020-03-16 23:03:19 +01:00
Jeroen Engels
22f4356953 Document with*Comments visitors 2020-03-16 23:02:43 +01:00
Jeroen Engels
034c99c750 Document withDependencies* visitors 2020-03-16 22:12:45 +01:00
Jeroen Engels
955110a26c Ignore .idea files 2020-03-16 21:04:02 +01:00
Jeroen Engels
5268628c0d Document withProjectFinalEvaluation 2020-03-16 21:03:34 +01:00
Jeroen Engels
f79471a626 Document withElmJsonProjectVisitor 2020-03-16 20:15:36 +01:00
Jeroen Engels
b375518183 Rename errorForFile to errorForModule and add documentation 2020-03-15 23:39:35 +01:00
Jeroen Engels
8013011d1a Handle phantom types outside of the module 2020-03-15 22:53:45 +01:00
Jeroen Engels
68eda525b5 Handle imports from other modules 2020-03-15 14:12:22 +01:00
Jeroen Engels
abcd73f0e4 Mark custom types... 2020-03-14 21:13:23 +01:00
Jeroen Engels
9b2bdb61c6 Update elm and elm-test version 2020-03-13 15:42:19 +01:00
Jeroen Engels
36b71557da WIP Mark custom type constructors from other modules as used. 2020-03-12 19:19:06 +01:00
Jeroen Engels
06f46e4690 NoUnused.CustomTypeConstructors: Use Scope 2020-03-12 18:00:20 +01:00
Jeroen Engels
ad2f929d7e Report custom type constructors that are exposed 2020-03-12 17:46:51 +01:00
Jeroen Engels
36a3478828 NoUnused.CustomTypeConstructors: Report unused exposed type constructors 2020-03-12 17:23:00 +01:00
Jeroen Engels
4117baf838 Rename NoUnused.CustomTypeConstructors temporarily 2020-03-12 17:05:36 +01:00
Jeroen Engels
ce1c059d4c NoUnused.CustomTypeConstructors: Transform into a project rule 2020-03-12 16:59:14 +01:00
Jeroen Engels
b2fd92f529 NoUnused.CustomTypeConstructors: Prepare looking at other modules 2020-03-12 16:50:03 +01:00
Jeroen Engels
ce4febc1ac Support phantom types in NoUnused.CustomTypeConstructors 2020-03-11 17:51:09 +01:00
Jeroen Engels
c67aa1321c WIP: Don't report custom type constructors used as phantom types 2020-03-09 22:42:16 +01:00
Jeroen Engels
e438da283d Copy over NoUnused.CustomTypeConstructors temporarily 2020-03-09 21:21:38 +01:00
Jeroen Engels
050f5e4958 Improve documentation for Review.Project.dependencies 2020-03-09 20:08:35 +01:00
Jeroen Engels
416357b236 Document the Review.Project.Dependency module 2020-03-08 20:07:37 +01:00
Jeroen Engels
c141fdb1ae Rename module rule's phantom fields to canCollectProjectData 2020-03-08 00:54:18 +01:00
Jeroen Engels
0d33ab05e7 Improve the error message when Review.Test.runOnModules is given an empty list 2020-03-07 20:11:07 +01:00
Jeroen Engels
801fae798a Remove version from dependency data 2020-03-07 19:57:16 +01:00
Jeroen Engels
37981b65db Make Dependencies opaque 2020-03-07 18:38:39 +01:00
Jeroen Engels
c880709048 Move Project.Dependency to its own module 2020-03-07 18:38:39 +01:00
Jeroen Engels
0a811c5b43 Ignore fixes for the elm.json file 2020-03-07 18:38:39 +01:00
Jeroen Engels
bfade4d4c2 Correct documentation of errorFixes 2020-03-07 18:38:39 +01:00
Jeroen Engels
e6e37c6071 Show only the errors for files that failed to parse if there are any 2020-03-07 18:38:39 +01:00
Jeroen Engels
f928b5e986 Change ReviewConfig to allow Debug.todo in tests 2020-03-07 18:38:39 +01:00
Jeroen Engels
ec326af739 Write NoDebugTodoOrToString rule 2020-03-07 16:09:35 +01:00
Jeroen Engels
8f1ec1dd3a Write NoDebugLog rule 2020-03-07 16:09:35 +01:00
Jeroen Engels
acb4e8db9e Vendorize elm-community/graph 2020-03-06 18:39:35 +01:00
Jeroen Engels
5add390f4f Move ListExtra into Vendor/ 2020-03-06 18:25:40 +01:00
Jeroen Engels
13bed263d0 Rename withProjectDependenciesVisitor to withDependenciesProjectVisitor 2020-03-02 22:54:22 +01:00
Jeroen Engels
5cfd68fb6b Rename withModuleDependenciesVisitor to withDependenciesModuleVisitor 2020-03-02 22:53:37 +01:00
Jeroen Engels
c09c46e4eb Rename withProjectElmJsonVisitor to withElmJsonProjectVisitor 2020-03-02 22:52:31 +01:00
Jeroen Engels
8406c29fd3 Rename withModuleElmJsonVisitor to withElmJsonModuleVisitor 2020-03-02 22:51:25 +01:00