Skip to content

Commit

Permalink
SONARPY-2438 Exclude the typeshed serializer from the Mend scan (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-dequenne-sonarsource authored Dec 16, 2024
1 parent 2cb6b04 commit 851f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wss-unified-agent.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WhiteSource documentation https://whitesource.atlassian.net/wiki/spaces/WD/pages/1544880156/Unified+Agent+Configuration+Parameters

excludes=**/*sources.jar **/*javadoc.jar its/sources/** its/plugin/it-python-plugin-test/projects/**
excludes=**/*sources.jar **/*javadoc.jar its/sources/** its/plugin/it-python-plugin-test/projects/** python-frontend/typeshed_serializer/**
fileSystemScan=False
resolveAllDependencies=False

Expand Down

0 comments on commit 851f561

Please sign in to comment.