You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/23 22:33:15 UTC

[skywalking-python] branch master updated: Make Muse ignore bugs types that were false positives. (#106)

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 1373365  Make Muse ignore bugs types that were false positives. (#106)
1373365 is described below

commit 1373365b6f0f8b066561b23daa20b36b474ef855
Author: Thomas M. DuBuisson <th...@gmail.com>
AuthorDate: Wed Dec 23 14:33:08 2020 -0800

    Make Muse ignore bugs types that were false positives. (#106)
---
 .muse/config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.muse/config.toml b/.muse/config.toml
new file mode 100644
index 0000000..19a4784
--- /dev/null
+++ b/.muse/config.toml
@@ -0,0 +1 @@
+ignore = [ "Unused ignore", "Invalid decoration", "blacklist", "Missing argument" ]