Xqt submitted this change.

View Change


Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] Update codeclimate settings

Change-Id: I7064d209405b46dae8bc1680f9cfa390e43ab84f
---
M .codeclimate.yml
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index 457a809..4166fca 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -19,6 +19,8 @@
similar-code:
config:
threshold: 40
+ exclude_patterns:
+ - "tests/"

plugins:
duplication:
@@ -28,6 +30,11 @@
languages:
python:
python_version: 3
+ sonar-python:
+ enabled: true
+ config:
+ tests_patterns:
+ tests/

exclude_patterns:
- "docs/"

To view, visit change 904897. To unsubscribe, or for help writing mail filters, visit settings.

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