Skip to content

Commit fe4a912

Browse files
authored
Split for-loop-suggestions up further (#622)
1 parent f601f73 commit fe4a912

File tree

8 files changed

+679
-663
lines changed

8 files changed

+679
-663
lines changed

default-recommendations.rkt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
resyntax/default-recommendations/dict-suggestions
1616
resyntax/default-recommendations/exception-suggestions
1717
resyntax/default-recommendations/file-io-suggestions
18-
resyntax/default-recommendations/for-loop-shortcuts
1918
resyntax/default-recommendations/function-definition-shortcuts
2019
resyntax/default-recommendations/function-shortcuts
2120
resyntax/default-recommendations/hash-shortcuts
@@ -24,10 +23,12 @@
2423
resyntax/default-recommendations/legacy-syntax-migrations
2524
resyntax/default-recommendations/let-binding-suggestions
2625
resyntax/default-recommendations/list-shortcuts
26+
resyntax/default-recommendations/loops/for-loop-shortcuts
27+
resyntax/default-recommendations/loops/list-loopification
28+
resyntax/default-recommendations/loops/named-let-loopification
2729
resyntax/default-recommendations/match-shortcuts
2830
resyntax/default-recommendations/miscellaneous-suggestions
2931
resyntax/default-recommendations/mutability-predicates
30-
resyntax/default-recommendations/named-let-loopification
3132
resyntax/default-recommendations/numeric-shortcuts
3233
resyntax/default-recommendations/require-and-provide-suggestions
3334
resyntax/default-recommendations/string-shortcuts
@@ -51,7 +52,6 @@
5152
resyntax/default-recommendations/dict-suggestions
5253
resyntax/default-recommendations/exception-suggestions
5354
resyntax/default-recommendations/file-io-suggestions
54-
resyntax/default-recommendations/for-loop-shortcuts
5555
resyntax/default-recommendations/function-definition-shortcuts
5656
resyntax/default-recommendations/function-shortcuts
5757
resyntax/default-recommendations/hash-shortcuts
@@ -60,10 +60,12 @@
6060
resyntax/default-recommendations/legacy-syntax-migrations
6161
resyntax/default-recommendations/let-binding-suggestions
6262
resyntax/default-recommendations/list-shortcuts
63+
resyntax/default-recommendations/loops/for-loop-shortcuts
64+
resyntax/default-recommendations/loops/list-loopification
65+
resyntax/default-recommendations/loops/named-let-loopification
6366
resyntax/default-recommendations/match-shortcuts
6467
resyntax/default-recommendations/miscellaneous-suggestions
6568
resyntax/default-recommendations/mutability-predicates
66-
resyntax/default-recommendations/named-let-loopification
6769
resyntax/default-recommendations/numeric-shortcuts
6870
resyntax/default-recommendations/require-and-provide-suggestions
6971
resyntax/default-recommendations/string-shortcuts
@@ -102,6 +104,7 @@
102104

103105
legacy-syntax-migrations
104106
let-binding-suggestions
107+
list-loopification
105108
list-shortcuts
106109
match-shortcuts
107110
miscellaneous-suggestions

0 commit comments

Comments
 (0)