You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/05/13 05:35:19 UTC

[bigtop] branch master updated: BIGTOP-3684: Fix RAT issues in Bigtop source tree (#902)

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

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new a43fb1c2 BIGTOP-3684: Fix RAT issues in Bigtop source tree (#902)
a43fb1c2 is described below

commit a43fb1c22bfc9a816d280c24bf33d3ae7a53e721
Author: Yuqi Gu <yu...@arm.com>
AuthorDate: Fri May 13 13:35:14 2022 +0800

    BIGTOP-3684: Fix RAT issues in Bigtop source tree (#902)
    
    Change-Id: Id9f057daa77af1150bd51af319a4519bc390532f
    Signed-off-by: Yuqi Gu <yu...@arm.com>
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index c1fd564d..683a0e12 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,6 +69,7 @@ def final langLevel = "1.8"
 rat {
   excludes = [
       ".git/**",
+      ".github/**",
       ".idea/**",
        "**/.gitignore",
        /* Test data with rigid structure and/or binary */