2022-05-31 21:39:46 +03:00
# This file is used to configure CodeQL alerts.
2024-02-08 22:54:42 +03:00
# See https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines#excluding-external-libraries-test-files-generated-files-docs
2022-05-31 21:39:46 +03:00
path_classifiers :
library :
2022-09-12 21:00:39 +03:00
- "**/vnext/ReactCommon"
2022-05-31 21:39:46 +03:00
template :
2022-09-12 21:00:39 +03:00
- "**/vnext/template"
2024-02-08 22:54:42 +03:00
- "**/vnext/templates"
2022-05-31 21:39:46 +03:00
test :
# Explicitly include jest test paths
2022-09-12 21:00:39 +03:00
- "**/__flowtests__"
- "**/__tests__"
- "**/src/e2etest"
- "**/src/test"
2022-05-31 21:39:46 +03:00
# Explicitly include test projects
2022-09-12 21:00:39 +03:00
- "**/packages/@office-iss/react-native-win32-tester"
- "**/packages/@react-native/tester"
- "**/packages/@react-native-windows/tester"
2024-02-08 22:54:42 +03:00
- "**/packages/debug-test"
2022-09-12 21:00:39 +03:00
- "**/packages/e2e-test-app"
2023-03-31 01:40:13 +03:00
- "**/packages/e2e-test-app-fabric"
2022-09-12 21:00:39 +03:00
- "**/packages/integration-test-app"
- "**/packages/playground"
- "**/packages/sample-apps"
2024-05-10 05:17:43 +03:00
- "**/packages/sample-app-fabric"
2022-09-12 21:00:39 +03:00
- "**/vnext/Desktop.ABITests"
- "**/vnext/Desktop.IntegrationTests"
- "**/vnext/Desktop.Test.DLL"
- "**/vnext/Desktop.UnitTests"
- "**/vnext/Microsoft.ReactNative.ComponentTests"
- "**/vnext/Microsoft.ReactNative.Cxx.UnitTests"
- "**/vnext/Microsoft.ReactNative.IntegrationTests"
- "**/vnext/Microsoft.ReactNative.Managed.CodeGen.UnitTests"
- "**/vnext/Microsoft.ReactNative.Managed.UnitTests"
- "**/vnext/Mso.UnitTests"
- "**/vnext/ReactCommon.UnitTests"
- "**/vnext/Test"
2024-02-08 22:54:42 +03:00
# Other explicit test includes
- "**/packages/@office-iss/react-native-win32/IntegrationTests"
2024-02-23 22:47:16 +03:00
- "**/packages/@office-iss/react-native-win32/src-win/IntegrationTests"
2022-09-12 21:00:39 +03:00
- "**/vnext/IntegrationTests"
- "**/vnext/ReactCopies/IntegrationTests"
2024-02-23 22:47:16 +03:00
- "**/vnext/src-win/IntegrationTests"