This is an automated email from the ASF dual-hosted git repository. seonghyun pushed a commit to branch add-typescript in repository https://gitbox.apache.org/repos/asf/openwhisk-utilities.git
commit efecf550a261c0aa7d44103ee3576dfa669a8fd1 Author: Seonghyun Oh <[email protected]> AuthorDate: Mon May 31 14:38:29 2021 +0900 Include typescript extension for scancode --- scancode/travis.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/scancode/travis.cfg b/scancode/travis.cfg index 81c0554..6cbc05d 100644 --- a/scancode/travis.cfg +++ b/scancode/travis.cfg @@ -24,6 +24,7 @@ ASFMinifiedLicenseHeaderREM.txt *.html=has_block_license, no_trailing_spaces, eol_at_eof, regex_check *.java=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check *.js=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check +*.ts=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check *.lua=has_block_license, no_trailing_spaces, eol_at_eof, regex_check *.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
