Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] update codeclimate duplication plugin

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

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 change 944915. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I60815926608bf52ad3d245c9f6dbddfda32af59e
Gerrit-Change-Number: 944915
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged