This is an automated email from the ASF dual-hosted git repository.
dgrove 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 171c5ec add *.toml and Cargo.lock to scancode config (#75)
171c5ec is described below
commit 171c5ec2de7930bfce1bdda83a82cd11fe7ffe5a
Author: David Grove <[email protected]>
AuthorDate: Mon Feb 10 11:56:09 2020 -0500
add *.toml and Cargo.lock to scancode config (#75)
---
scancode/ASF-Release.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index 5006337..731bd93 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -34,8 +34,10 @@ ASFLicenseHeaderLua.txt
*.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
*.swift=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.toml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.yaml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.yml=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+Cargo.lock=has_block_license, no_trailing_spaces, eol_at_eof
*Dockerfile*=has_block_license, no_trailing_spaces
*Makefile*=has_block_license, no_trailing_spaces, eol_at_eof
*Gemfile*=has_block_license, no_trailing_spaces, eol_at_eof