You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/05 05:45:36 UTC

[incubator-servicecomb-saga] 01/03: SCB-346 Update rat exclusions

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

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

commit c5427c3522f069798ece999d0abfad4c06e5d44e
Author: Yang Bo <ya...@huawei.com>
AuthorDate: Mon Feb 26 10:22:28 2018 +0800

    SCB-346 Update rat exclusions
    
    Exclude readme and other unrelated files for rat checking.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9207e14..229e545 100755
--- a/pom.xml
+++ b/pom.xml
@@ -588,12 +588,13 @@
             <exclude>.github/PULL_REQUEST_TEMPLATE.md</exclude>
             <exclude>.travis.yml</exclude>
             <exclude>DISCLAIMER</exclude>
+            <exclude>**/README_ZH.md</exclude>
             <exclude>docs/*.md</exclude>
-            <exclude>docs/**.md</exclude>
+            <exclude>docs/**/**.md</exclude>
             <exclude>**/README.md</exclude>
             <excldue>**/target/**</excldue>
             <exclude>**/*.sql</exclude>
-            
+            <exclude>**/*.iml</exclude>
             <!--exclude>**/*.js</exclude>
             <exclude>**/*.css</exclude>
             <exclude>**/*.css.map</exclude-->

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.