You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/layering/platform-package-policy.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,9 @@ export function checkPlatformsRootShape(files: readonly string[]): LayeringViola
60
60
rule: 'platforms-root-shape',
61
61
file,
62
62
line: 1,
63
-
message:
64
-
file.startsWith('src/platforms/android/')
65
-
? 'the Android family has moved to packages/platform-android; remove the superseded src/platforms/android path'
66
-
: 'src/platforms may hold only the remaining apple family directory and __tests__; retired family code belongs in its platform package and shared code belongs in a substrate package',
? 'the Android family has moved to packages/platform-android; remove the superseded src/platforms/android path'
65
+
: 'src/platforms may hold only the remaining apple family directory and __tests__; retired family code belongs in its platform package and shared code belongs in a substrate package',
0 commit comments