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:36 UTC

[openwhisk-utilities] branch add-typescript created (now efecf55)

This is an automated email from the ASF dual-hosted git repository.

seonghyun pushed a change to branch add-typescript
in repository https://gitbox.apache.org/repos/asf/openwhisk-utilities.git.


      at efecf55  Include typescript extension for scancode

This branch includes the following new commits:

     new efecf55  Include typescript extension for scancode

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by se...@apache.org.
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