Xqt has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/404265 )

Change subject: [test] Exclude files and checks from code climate 
maintainability
......................................................................


[test] Exclude files and checks from code climate maintainability

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

Approvals:
  Framawiki: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..98f2867
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,16 @@
+version: "2"
+
+checks:
+  argument-count:
+    enabled: false
+  file-lines:
+    enabled: false
+
+exclude_patterns:
+- docs/
+- !docs/conf.py
+- scripts/archive/
+- ez_setup.py
+- *.rst
+- *.txt
+

-- 
To view, visit https://gerrit.wikimedia.org/r/404265
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fdd9467903f76341c9bbd8112d03b51a9255b83
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Framawiki <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to