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

Change subject: [tests] Exclude some files
......................................................................

[tests] Exclude some files

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

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




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

 plugins:
   duplication:
@@ -32,6 +34,10 @@
 exclude_patterns:
 - "docs/"
 - "!docs/conf.py"
+- "*.json"
+- "*.png"
 - "*.rst"
 - "*.txt"
+- "*.xml"
+- "*.yml"
 - "scripts/dataextend.py"

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/904901
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: I12ca0d4736e4268e96fc20a555a2cab00ee75120
Gerrit-Change-Number: 904901
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