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 50e6696  scan ruby source files (#73)
50e6696 is described below

commit 50e669644931dbdf099447abbed6e47b6504cc4a
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 7 22:20:35 2020 -0500

    scan ruby source files (#73)
---
 scancode/ASF-Release.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index c323de5..a64a89d 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -28,12 +28,16 @@ ASFLicenseHeaderLua.txt
 *.md=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
 *.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
+*.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
 *.swift=no_tabs, 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
 *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
 
 # Sanity check files not required to have ASF headers because either they
 # are excluded or are not packaged with the Apache source release.

Reply via email to