You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/02/23 08:29:12 UTC

[iotdb] 01/01: Fix CI error by ignore license check for some site files

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

haonan pushed a commit to branch fix_com
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 960425f800af6a4f5c30e6fa53e0166bb5721ff7
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Feb 23 16:28:55 2023 +0800

    Fix CI error by ignore license check for some site files
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1e3bf55650..d46136dc3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,6 +792,9 @@
                             <exclude>**/yarn.lock</exclude>
                             <!-- site-->
                             <exclude>**/redirects</exclude>
+                            <exclude>**/.eslintignore</exclude>
+                            <exclude>**/palette.styl</exclude>
+                            <exclude>**/RightMenu.vue</exclude>
                         </excludes>
                     </configuration>
                 </plugin>