You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by su...@apache.org on 2019/03/07 01:16:47 UTC

[incubator-pinot] 05/08: Exclude theme files from rat checks

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

sunithabeeram pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 7b10a7004430eacea3a7b5d977518024e072cb7b
Author: Sunitha Beeram <sb...@sbeeram-ld2.linkedin.biz>
AuthorDate: Tue Mar 5 16:06:38 2019 -0800

    Exclude theme files from rat checks
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index b087939..f640908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1149,6 +1149,7 @@
           <excludes>
             <!-- Sphynx auto generated makefile -->
             <exclude>docs/Makefile</exclude>
+            <exclude>docs/_themes/**</exclude>
 
             <!-- Exclude build files for docs -->
             <exclude>docs/_build/**</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org