This is an automated email from the ASF dual-hosted git repository.
rabbah 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 534ca5d Updated to add support for .cs files and dotnet builds (#51)
534ca5d is described below
commit 534ca5d3c18441d8f04dc478f29814424265a623
Author: Shawn Black <[email protected]>
AuthorDate: Thu Oct 11 10:49:41 2018 -0500
Updated to add support for .cs files and dotnet builds (#51)
---
scancode/scanCode.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scancode/scanCode.cfg b/scancode/scanCode.cfg
index e75e80b..4a13dcf 100644
--- a/scancode/scanCode.cfg
+++ b/scancode/scanCode.cfg
@@ -25,6 +25,7 @@ ASFMinifiedLicenseHeader.txt
*.md=no_tabs, eol_at_eof
*.py=no_tabs, no_trailing_spaces, eol_at_eof
*.scala=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof
+*.cs=has_block_license
# List of paths (inclusive of subdirectories) to exlude from code scanning
[Excludes]
@@ -45,6 +46,7 @@ ASFMinifiedLicenseHeader.txt
# OpenWhisk binary artifact exclusion
bin
images
+obj
# 'vendor' and cache directory create by gograble build tool
.gogradle