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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new a3ba9ff  updated deprecated configuration (#179)
a3ba9ff is described below

commit a3ba9ff56e7938b71df61e2137a89a2e6d61d28b
Author: Mark Dodgson <[email protected]>
AuthorDate: Thu Jan 27 11:40:44 2022 +0000

    updated deprecated configuration (#179)
---
 {.muse => .lift}/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.muse/config.toml b/.lift/config.toml
similarity index 89%
rename from .muse/config.toml
rename to .lift/config.toml
index 3f5b6bd..14eb5e2 100644
--- a/.muse/config.toml
+++ b/.lift/config.toml
@@ -16,4 +16,4 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-ignore = [ "Unused ignore", "Invalid decoration", "blacklist", "Missing 
argument" ]
+ignoreRules = [ "Unused ignore", "Invalid decoration", "blacklist", "Missing 
argument" ]

Reply via email to