Skip to content

Commit c727cec

Browse files
authored
Fix CI linter issues caused by unbroken errors (#15348)
* Fix CI linter issues caused by unbroken errors * Change files
1 parent 01364aa commit c727cec

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.unbroken_exclusions

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
URL not found https://docs.github.com/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models#fork-and-pull-model while parsing CONTRIBUTING.md (HTTP 403)
22
URL not found https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks while parsing CONTRIBUTING.md (HTTP 403)
33
URL not found https://docs.github.com/get-started/quickstart while parsing CONTRIBUTING.md (HTTP 403)
4-
File not found edge:/inspect while parsing packages/playground/README_composition.md
4+
URL not found https://www.npmjs.com/org/rnw-scripts while parsing packages/README.md (HTTP 403)
5+
URL not found https://www.npmjs.com/package/mustache while parsing docs/react-native-windows-init.md (HTTP 403)
6+
URL not found https://aka.ms/watson while parsing docs/sdl-gs-crash-monitoring.md (HTTP 401)
57
!**/node_modules
68
!vnext/packages
79
!vnext/ReactCopies
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Fix CI linter issues caused by unbroken errors",
4+
"packageName": "@react-native-windows/codegen",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

docs/security-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ Security compliance is documented through:
337337
### Security Documentation
338338

339339
- [Microsoft Security Development Lifecycle](https://www.microsoft.com/securityengineering/sdl)
340-
- [Windows Security APIs](https://docs.microsoft.com/en-us/uwp/api/windows.security)
341-
- [WebView2 Security Guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/security)
340+
- [Windows UWP Security Docs](https://learn.microsoft.com/en-us/windows/uwp/security/)
341+
- [WebView2 Security Guide](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/security)
342342

343343
### React Native Windows Security Implementation
344344

packages/@react-native-windows/codegen/Document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default TurboModuleRegistry.getEnforcing<Spec>('SampleTurboModule');
5656
Checkout the following example:
5757

5858
- Flow definition: [NativeDialogManagerWindows.js](https://github.com/microsoft/react-native-windows/blob/main/vnext/src-win/Libraries/NativeModules/specs/NativeDialogManagerWindows.js)
59-
- Generated spec file: [NativeDialogManagerWindowsSpec.g.h](https://github.com/microsoft/react-native-windows/blob/main/vnext/codegen/NativeDialogManagerWindowsSpec.g.h)
59+
- Generated spec file after compilatation in the enlistment: `vnext\codegen\NativeDialogManagerWindowsSpec.g.h`
6060
- Implementation: [AlertModule.h](https://github.com/microsoft/react-native-windows/blob/main/vnext/Microsoft.ReactNative/Modules/AlertModule.h)
6161

6262
A TurboModule implemetation starts with:

0 commit comments

Comments
 (0)