You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/16 09:56:49 UTC

[royale-asjs] branch develop updated: rat: exclude check for .afdesign files since don't see a way to add license headers

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new cbd2524  rat: exclude check for .afdesign files since don't see a way to add license headers
cbd2524 is described below

commit cbd25241b9cb01180b5cfb1e744c246f81083708
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Mar 16 10:56:39 2020 +0100

    rat: exclude check for .afdesign files since don't see a way to add license headers
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 08efc30..ba7dd6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,6 +307,9 @@
 
             <!-- Exclude node_modules -->
             <exclude>node_modules/**</exclude>
+            
+            <!-- Exclude Affinity Design -->
+            <exclude>**/*.afdesign</exclude>
           </excludes>
         </configuration>
       </plugin>