Commit e081fb2
feat(evangeliser): expand to 52 patterns, fix CI, sync satellite
- Add 12 new patterns to reach 52 total across all 21 categories
(importToOpen, thisToModule, getterToField, mixinToModule,
reducerToVariant, typeGuardToVariant, typeGuardFnToVariant,
compose, callbackToPipe, freezeToRecord, forEachToIter, guardClause)
- Fix hypatia-scan.yml: correct SHA pins for upload-artifact and
github-script (bad SHAs caused "action not found" failure)
- Fix rsr-antipattern.yml: add exclusions for legitimate TS files
(bindings/deno, gentype_tests, compiler-source, wasm-runtime, etc.)
- Update Patterns_test threshold to 50+
- Sync satellite submodule with all Phase 1-5 work
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 25f2709 commit e081fb2
File tree
5 files changed
+477
-19
lines changed- .github/workflows
- rescript-ecosystem/packages/tooling/evangeliser
- src
- test
- satellites/developer-ux
5 files changed
+477
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
32 | 56 | | |
33 | 57 | | |
34 | 58 | | |
35 | 59 | | |
36 | 60 | | |
37 | | - | |
| 61 | + | |
38 | 62 | | |
39 | 63 | | |
40 | 64 | | |
| |||
0 commit comments