You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by se...@apache.org on 2021/05/31 05:38:37 UTC

[openwhisk-utilities] 01/01: Include typescript extension for scancode

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 <oh...@navercorp.com>
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