You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/26 14:00:28 UTC

[flink-statefun] 10/13: [FLINK-16758][docs] Update rat exclusions

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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit b89e4f19ce5a2784124ca43f9fd9f440bb6456dd
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Tue Mar 24 20:35:02 2020 -0500

    [FLINK-16758][docs] Update rat exclusions
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 979893b..546ef2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,9 +216,11 @@ under the License.
                         <!-- Generated content -->
                         <exclude>**/target/**</exclude>
                         <exclude>**/_build/**</exclude>
-                        <exclude>statefun-docs/requirements.txt</exclude>
-                        <exclude>statefun-docs/runtime.txt</exclude>
-                        <exclude>statefun-docs/docs/_templates/**</exclude>
+                        <exclude>docs/page/font-awesome/**</exclude>
+                        <exclude>docs/page/js/**</exclude>
+                        <exclude>docs/content/page/js/**</exclude>
+                        <exclude>docs/content/page/font-awesome/**</exclude>
+                        <exclude>docs/Gemfile.lock</exclude>
                         <!-- Generated code  -->
                         <exclude>**/generated/**</exclude>
                         <!-- Quickstart archetype test configuration -->