Commit Graph

1221 Commits

Author SHA1 Message Date
Jeroen Engels
b71984aebb Backport rules from elm-review-unused 2021-10-24 00:38:58 +02:00
Jeroen Engels
076b299a82 2.6.0 2021-10-23 19:45:46 +02:00
Jeroen Engels
aba58c7763 Add new visitors for let declarations and case branches 2021-10-23 19:44:53 +02:00
Jeroen Engels
0285ed2447 Use List.append 2021-10-23 19:37:39 +02:00
Jeroen Engels
d521d56dd7 Use pattern match over Maybe 2021-10-23 18:20:44 +02:00
Jeroen Engels
20411ff911 Use pattern match over result pipeline 2021-10-23 18:18:20 +02:00
Jeroen Engels
7b9c31da06 Use pattern match over result pipeline 2021-10-23 18:15:47 +02:00
Jeroen Engels
5b7acc8c1b Use pattern match over result pipeline 2021-10-23 18:14:13 +02:00
Jeroen Engels
6361573553 Ignore places where I don't think TCO can be applied 2021-10-17 17:59:26 +02:00
Jeroen Engels
6f2bbfcd1c Use List.append instead of List.concat 2021-10-17 17:59:26 +02:00
Jeroen Engels
6301df3fa8 Remove Maybe.map when it's unnecessary 2021-10-17 17:59:26 +02:00
Jeroen Engels
2b386ca80b Re-implement collectNamesFromPattern in a TCO way 2021-10-17 17:59:26 +02:00
Jeroen Engels
ba0013793d Re-implement collectModuleNamesFromPattern in a TCO way 2021-10-17 17:59:26 +02:00
Jeroen Engels
dd46b0bec2 Re-implement collectModuleNamesFromTypeAnnotation in a TCO way 2021-10-17 17:59:26 +02:00
Jeroen Engels
819b373522 Extract functions to a helper module 2021-10-17 17:59:26 +02:00
Jeroen Engels
28a3973272 Backport rules from elm-review-common 2021-10-17 10:00:47 +02:00
lue
4e6861be01
Correct withDependenciesModuleVisitor doc (#107) 2021-10-10 13:18:01 +02:00
Jeroen Engels
cda93d62b9 2.5.3 2021-10-03 11:17:54 +02:00
Jeroen Engels
13700fb8a1 Bump dependencies 2021-10-03 11:16:27 +02:00
Jeroen Engels
38458feb82 Add elm-bump script 2021-10-03 11:15:13 +02:00
Jeroen Engels
1e5d48b0b5 Make test script Windows-friendly 2021-10-03 11:13:48 +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
34798e3f49 Backport elm-review-documentation 2021-10-02 10:32:41 +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
03766d59a2 2.5.2 2021-09-20 23:45:00 +02:00
Jeroen Engels
21bcb6df30 Don't pipe into a function 2021-09-20 23:43:28 +02:00
Jeroen Engels
f8958c1a8e Rename variable 2021-09-20 23:43:28 +02:00
Jeroen Engels
bc2c48a90d Use Unicode functions for applying fixes 2021-09-20 23:14:27 +02:00
Jeroen Engels
892209cf5e Extract module for Unicode 2021-09-20 23:14:27 +02:00
Jeroen Engels
1c457a7b37 Use slice in test that is unicode friendly 2021-09-20 23:14:27 +02:00
Jeroen Engels
dd2d66baed Slice strings through character lists 2021-09-20 23:14:27 +02:00
Jeroen Engels
5ef2aeac58 Remove currying 2021-09-20 23:04:55 +02:00
Jeroen Engels
7bbfcdf4da Remove currying 2021-09-20 23:04:23 +02:00
Jeroen Engels
c3fa69ce48 2.5.1 2021-09-06 21:44:58 +02:00
Jeroen Engels
68d9a3b035 Fix docs for ModuleNameLookupTable.moduleNameFor 2021-09-06 21:36:47 +02:00
Jeroen Engels
764dc07701 Fix link 2021-09-06 17:07:04 +02:00
Jeroen Engels
a098f80dff Use List.append instead of ++ 2021-09-03 22:34:58 +02:00
Jeroen Engels
1aa6863ccc Fix bad link 2021-08-19 21:02:08 +02:00
Jeroen Engels
552a4eec9b Remove link to hidden function 2021-08-19 21:00:24 +02:00
Jeroen Engels
7e6cd42469 Backport rules 2021-08-19 20:57:33 +02:00
Jeroen Engels
e60ff158a7 Backport rules from elm-review-code-style 2021-08-19 20:55:58 +02:00
Jeroen Engels
054991e373 Upgrade elm-syntax 2021-08-19 20:53:09 +02:00
Jeroen Engels
9daae2933d Backport rules from elm-review-common 2021-08-19 20:50:50 +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
1c99a7e99b Make variable name more explicit 2021-07-30 18:33:53 +02:00
Jeroen Engels
2fa5e00c5d 2.5.0 2021-07-11 15:03:20 +02:00
Jeroen Engels
3acca8997e
Remove multi-file document 2021-06-15 16:51:28 +02:00