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/openwhisk-utilities.git
The following commit(s) were added to refs/heads/master by this push:
new 67db7c1 scan rust source files (#74)
67db7c1 is described below
commit 67db7c143358d32916bcb0a324d68ea518c57c28
Author: David Grove <[email protected]>
AuthorDate: Sat Feb 8 13:18:26 2020 -0500
scan rust source files (#74)
---
scancode/ASF-Release.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index a64a89d..5006337 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -29,6 +29,7 @@ ASFLicenseHeaderLua.txt
*.properties=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof,
regex_check
*.py=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.rb=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.rs=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.ru=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.scala=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof, regex_check
*.sh=has_block_license, no_trailing_spaces, eol_at_eof, regex_check