From 7886ef542f116e77b4da31037fa129865521e705 Mon Sep 17 00:00:00 2001 From: Matt Provost Date: Tue, 28 Feb 2023 15:02:52 -0800 Subject: [PATCH] Update whitesource includes and excludes to make sense (#202) * Update whitesource includes and excludes to make sense for this repo Signed-off-by: Matt Provost * Fix excludes directory Signed-off-by: Matt Provost * Exclude date picker Signed-off-by: Matt Provost --------- Signed-off-by: Matt Provost Co-authored-by: Anan Zhuang Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> --- whitesource.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whitesource.config b/whitesource.config index 57dda2c6f6..d9823b1930 100644 --- a/whitesource.config +++ b/whitesource.config @@ -231,7 +231,7 @@ html.resolveDependencies=true ########################################################################################### # Includes/Excludes Glob patterns - Please use only one exclude line and one include line # ########################################################################################### -includes=**/*.cc **/*.zip **/*.cpp **/*.c **/*.swf **/*.tgz **/*.h **/*.js **/*.hpp **/*.py **/*.gzip **/*.cs **/*.rb **/*.exe **/*.gz **/*.pl **/*.cxx **/*.c++ **/*.hxx **/*.jar **/*.java **/*.go **/*.mod **/*.sum **/*.rb +includes=**/*.js **/*.jsx **/*.ts **/*.tsx **/package.json **/yarn.lock #includes=**/*.m **/*.mm **/*.js **/*.php #includes=**/*.jar #includes=**/*.gem **/*.rb @@ -240,7 +240,7 @@ includes=**/*.cc **/*.zip **/*.cpp **/*.c **/*.swf **/*.tgz **/*.h **/*.js **/*. #includes=**/*.zip **/*.tar.gz **/*.egg **/*.whl **/*.py #Exclude file extensions or specific directories by adding **/*. or **//** -excludes=**/*sources.jar **/*javadoc.jar +excludes=**/node_modules/** packages/react-datepicker/** case.sensitive.glob=false followSymbolicLinks=true