This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-utilities.git
The following commit(s) were added to refs/heads/master by this push:
new 654d531 Update scancode .cfg files to account for performance
directory change. (#41)
654d531 is described below
commit 654d53182cb9bd114f1288ffad0b86640995d4fc
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu May 24 15:41:40 2018 -0500
Update scancode .cfg files to account for performance directory change.
(#41)
---
scancode/ASF-Release-v2.cfg | 2 +-
scancode/ASF-Release.cfg | 2 +-
scancode/NoExclusions.cfg | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scancode/ASF-Release-v2.cfg b/scancode/ASF-Release-v2.cfg
index 7661712..44c94e4 100644
--- a/scancode/ASF-Release-v2.cfg
+++ b/scancode/ASF-Release-v2.cfg
@@ -47,7 +47,7 @@ vendor
bin
# incubator-openwhisk performance test exclusions
-performance
+tests/performance
# Jenkins/test generated reports
tests/build/reports
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index f6ce749..5bc9bd1 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -61,7 +61,7 @@ ASFMinifiedLicenseHeaderREM.txt
.rat-excludes
# Exclude performance test files (no significant content)
-incubator-openwhisk/performance/wrk_tests
+incubator-openwhisk/tests/performance/wrk_tests
incubator-openwhisk/tests/dat/actions
incubator-openwhisk/docs/images
incubator-openwhisk/bin
diff --git a/scancode/NoExclusions.cfg b/scancode/NoExclusions.cfg
index 7907d68..f465c77 100644
--- a/scancode/NoExclusions.cfg
+++ b/scancode/NoExclusions.cfg
@@ -61,7 +61,7 @@ ASFMinifiedLicenseHeaderREM.txt
.rat-excludes
# Exclude performance test files (no significant content)
-incubator-openwhisk/performance/wrk_tests
+incubator-openwhisk/tests/performance/wrk_tests
incubator-openwhisk/tests/dat/actions
incubator-openwhisk/docs/images
incubator-openwhisk/bin
--
To stop receiving notification emails like this one, please contact
[email protected].