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:35:37 UTC

[lucene] branch branch_9x 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 branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


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

commit 6815ba848f2a92cbe0512ca576db4c4620214e5f
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