Skip to content

Commit

Permalink
Update whitesource includes and excludes to make sense (#202)
Browse files Browse the repository at this point in the history
* Update whitesource includes and excludes to make sense for this repo

Signed-off-by: Matt Provost <[email protected]>

* Fix excludes directory

Signed-off-by: Matt Provost <[email protected]>

* Exclude date picker

Signed-off-by: Matt Provost <[email protected]>

---------

Signed-off-by: Matt Provost <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
Co-authored-by: Sean Neumann <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent b945c86 commit 7886ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whitesource.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 **/*.<extension> or **/<excluded_dir>/**
excludes=**/*sources.jar **/*javadoc.jar
excludes=**/node_modules/** packages/react-datepicker/**

case.sensitive.glob=false
followSymbolicLinks=true
Expand Down

0 comments on commit 7886ef5

Please sign in to comment.