Skip to content

Commit d1217a9

Browse files
fix(review): sync REES analyzer name registry with enrichment registry
Add hardcodedUrl, errorSwallow, and debugLeftover so env/manifest validation matches the REES registry. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2fb5fb6 commit d1217a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/review/enrichment-analyzer-names.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const REES_ANALYZER_NAMES = [
1010
"license",
1111
"installScript",
1212
"heavyDependency",
13+
"hardcodedUrl",
1314
"actionPin",
1415
"eol",
1516
"redos",
@@ -24,6 +25,7 @@ export const REES_ANALYZER_NAMES = [
2425
"history",
2526
"docCommentDrift",
2627
"duplication",
28+
"errorSwallow",
2729
"churnHotspot",
2830
"blameLink",
2931
"approvalIntegrity",
@@ -39,6 +41,7 @@ export const REES_ANALYZER_NAMES = [
3941
"todoMarker",
4042
"magicNumber",
4143
"conflictMarker",
44+
"debugLeftover",
4245
"commitLint",
4346
] as const;
4447

0 commit comments

Comments
 (0)