You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/04/17 15:59:53 UTC

[incubator-openwhisk-utilities] branch master updated: Update ASF config to include openwhisk-apigateway scancode exclusions (#25)

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 84584ff  Update ASF config to include openwhisk-apigateway scancode exclusions (#25)
84584ff is described below

commit 84584ff2413f08e9717abf232699ac106b028f92
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Tue Apr 17 10:59:51 2018 -0500

    Update ASF config to include openwhisk-apigateway scancode exclusions (#25)
    
    * add LUA and test exclusions for incubator-openwhisk-apigateway repo.
    
    * add LUA and test exclusions for incubator-openwhisk-apigateway repo.
---
 scancode/ASF-Release.cfg | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index 143006f..c4014a9 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -28,21 +28,25 @@ deploy.xml=no_tabs, no_trailing_spaces, eol_at_eof
 
 # List of paths (inclusive of subdirectories) to exlude from code scanning
 [Excludes]
-# General exclusions
+# General tooling exclusions
 .tox
 .git
 .bin
 
-# OpenWhisk binary artifact exclusion
-bin
-
-# 'vendor' and cache directory create by gograble build tool
+# Gohgradle build tool exclusions for created 'vendor' and cache directories
 .gogradle
 vendor
 
+# incubator-openwhisk binary artifact exclusions
+bin
+
 # Jenkins/test generated reports
 tests/build/reports
 
+# incubator-openwhisk-apigateway exclusions
+lua_install
+tests/lua_modules
+
 # incubator-openwhisk-client-go, incubator-openwhisk-wskdeploy autogenerated Go files
 wski18n
 

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.