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 8636f9a add *.tmpl files to scancode (#76)
8636f9a is described below
commit 8636f9ad3bb7c4ed216f6b9291b0a6bf9a12cb76
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 13 17:50:27 2020 -0500
add *.tmpl files to scancode (#76)
---
scancode/ASF-Release.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index 6767ccd..428e407 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -34,6 +34,7 @@ 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
+*.tmpl=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