Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/944915 )

Change subject: [tests] update codeclimate duplication plugin
......................................................................

[tests] update codeclimate duplication plugin

Change-Id: I60815926608bf52ad3d245c9f6dbddfda32af59e
---
M .codeclimate.yml
1 file changed, 13 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.codeclimate.yml b/.codeclimate.yml
index e9b3d60..6522c75 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -24,12 +24,13 @@
   duplication:
     enabled: true
     config:
-      exclude_patterns:
-      - "tests/link_tests.py"
       count_threshold: 3
+      mass_threshold: 40
       languages:
         python:
-            python_version: 3
+          python_version: 3
+      exclude_patterns:
+      - "tests/link_tests.py"

 plugins:
   fixme:

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/944915
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I60815926608bf52ad3d245c9f6dbddfda32af59e
Gerrit-Change-Number: 944915
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to