You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/08/25 08:50:31 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3338] [Subtask] [KPIP-5] Add node_modules/** to .rat-excludes

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f4120a057 [KYUUBI #3338] [Subtask] [KPIP-5] Add node_modules/** to .rat-excludes
f4120a057 is described below

commit f4120a05781ba340178221671799af8f22c314ae
Author: zwangsheng <22...@qq.com>
AuthorDate: Thu Aug 25 16:50:21 2022 +0800

    [KYUUBI #3338] [Subtask] [KPIP-5] Add node_modules/** to .rat-excludes
    
    ### _Why are the changes needed?_
    
    To close #3337
    excludes `node_modules` folder.
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3338 from zwangsheng/fix/linese_check_exclude_node_modules.
    
    Closes #3338
    
    80f45440 [zwangsheng] fix
    4f310f70 [zwangsheng] fix
    
    Authored-by: zwangsheng <22...@qq.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .rat-excludes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.rat-excludes b/.rat-excludes
index 19f387f03..9ef03313f 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -49,3 +49,4 @@ build/scala-*/**
 **/org.apache.spark.status.AppHistoryServerPlugin
 **/metadata-store-schema*.sql
 **/pnpm-lock.yaml
+**/node_modules/**