You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "a49a (via GitHub)" <gi...@apache.org> on 2023/02/21 02:02:38 UTC

[GitHub] [kyuubi] a49a commented on a diff in pull request #4384: [KYUUBI #4379][BUILD] Exclude python virtual environments in the spotless maven plugin

a49a commented on code in PR #4384:
URL: https://github.com/apache/kyuubi/pull/4384#discussion_r1112461751


##########
pom.xml:
##########
@@ -2074,6 +2074,9 @@
                                 <include>*/README.md</include>
                                 <include>docker/playground/README.md</include>
                             </includes>
+                            <excludes>
+                                <exclude>docs/kyuubi/**/*.md</exclude>

Review Comment:
   I have changed the path to be more general.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org