You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/05/05 20:28:08 UTC

[lucene] branch main updated: Disable liftbot, we have our own tools

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

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 14dcc9c9ceb Disable liftbot, we have our own tools
14dcc9c9ceb is described below

commit 14dcc9c9ceb7308216c142294b82d4878eb21ebe
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu May 5 22:27:57 2022 +0200

    Disable liftbot, we have our own tools
---
 .lift.toml        | 3 +++
 .muse/config.toml | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.lift.toml b/.lift.toml
new file mode 100644
index 00000000000..6b6205b5e4f
--- /dev/null
+++ b/.lift.toml
@@ -0,0 +1,3 @@
+allow = ["nobody"]
+tools = []
+ignoreFiles = "**/*"
diff --git a/.muse/config.toml b/.muse/config.toml
deleted file mode 100644
index 46f49d5b0bd..00000000000
--- a/.muse/config.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file can configure Muse PR static analysis. 
-# Docs for adding, removing or changing checks can be found here:
-# https://docs.muse.dev/docs/repository-configuration/
-
-jdk11 = true