This is an automated email from the ASF dual-hosted git repository.
pdesai 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 26be26a Exclude gradle working directory. (#45)
26be26a is described below
commit 26be26a512fa0cae631ba7b1dca717c066b1fde9
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu May 31 16:57:36 2018 -0500
Exclude gradle working directory. (#45)
* Exclude gradle working directory.
* Exclude gradle working directory.
* Exclude jenkins generated files.
---
scancode/ASF-Release.cfg | 18 ++++++++++++------
scancode/scanCode.cfg | 13 +++++++++++--
2 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index ec483db..1d72564 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -56,20 +56,26 @@ ASFMinifiedLicenseHeaderREM.txt
.gitattributes
.github
.gitignore
+.gradle
.jshintrc
.profiling.*
.pydevproject
.rat-excludes
+.tox
-# 'vendor' and cache directory create by gograble build tool
+# Exclude cache and 'vendor' directories created by the `gogradle` build tool
.gogradle
vendor
-# Exclude performance test files (no significant content)
-incubator-openwhisk/tests/performance/wrk_tests
-incubator-openwhisk/tests/dat/actions
-incubator-openwhisk/docs/images
-incubator-openwhisk/bin
+# Exclude from incubator-openwhisk
+# Jenkins/test generated reports
+# Test data. Performance (post.lua) and Empty (empty.js)
+# Generated binary artifacts
+tests/build/reports
+tests/performance/wrk_tests
+tests/dat/actions
+docs/images
+bin
# incubator-openwhisk-apigateway test dependency exclusions
lua_install
diff --git a/scancode/scanCode.cfg b/scancode/scanCode.cfg
index 5666f8d..e75e80b 100644
--- a/scancode/scanCode.cfg
+++ b/scancode/scanCode.cfg
@@ -29,9 +29,18 @@ ASFMinifiedLicenseHeader.txt
# List of paths (inclusive of subdirectories) to exlude from code scanning
[Excludes]
# General exclusions
-.tox
-.git
.bin
+.dockerignore
+.git
+.gitattributes
+.github
+.gitignore
+.gradle
+.jshintrc
+.profiling.*
+.pydevproject
+.rat-excludes
+.tox
# OpenWhisk binary artifact exclusion
bin
--
To stop receiving notification emails like this one, please contact
[email protected].