Skip to content

Commit

Permalink
Update lgtm.yml
Browse files Browse the repository at this point in the history
Remove "/**" from end of classifiers.
  • Loading branch information
jonthysell committed Sep 12, 2022
1 parent 9042d34 commit 6488db2
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@

path_classifiers:
library:
- "**/vnext/ReactCommon/**"
- "**/vnext/ReactCommon"
template:
- "**/vnext/template/**"
- "**/vnext/template"
test:
# Explicitly include jest test paths
- "**/__flowtests__/**"
- "**/__tests__/**"
- "**/src/e2etest/**"
- "**/src/test/**"
- "**/__flowtests__"
- "**/__tests__"
- "**/src/e2etest"
- "**/src/test"
# Explicitly include test projects
- "**/packages/@office-iss/react-native-win32-tester/**"
- "**/packages/@react-native/tester/**"
- "**/packages/@react-native-windows/tester/**"
- "**/packages/e2e-test-app/**"
- "**/packages/integration-test-app/**"
- "**/packages/playground/**"
- "**/packages/sample-apps/**"
- "**/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/**"
- "**/packages/@office-iss/react-native-win32-tester"
- "**/packages/@react-native/tester"
- "**/packages/@react-native-windows/tester"
- "**/packages/e2e-test-app"
- "**/packages/integration-test-app"
- "**/packages/playground"
- "**/packages/sample-apps"
- "**/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"
# Other explicit includes
- "**/packages/@react-native-win32/IntegrationTests/**"
- "**/packages/@react-native-win32/src/IntegrationTests/**"
- "**/vnext/IntegrationTests/**"
- "**/vnext/ReactCopies/IntegrationTests/**"
- "**/vnext/src/IntegrationTests/**"
- "**/packages/@react-native-win32/IntegrationTests"
- "**/packages/@react-native-win32/src/IntegrationTests"
- "**/vnext/IntegrationTests"
- "**/vnext/ReactCopies/IntegrationTests"
- "**/vnext/src/IntegrationTests"

0 comments on commit 6488db2

Please sign in to comment.