Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1147150?usp=email )
Change subject: Tests: Drop codeclimate maintainability ...................................................................... Tests: Drop codeclimate maintainability codeclimate no longer works satisfactorily. It has to be updated manually, it uses outdated builds with refresh and it loses the previous builds. Bug: T379469 Change-Id: Ife461ad4e501c8986dc9bf8cf187826a0b104023 --- D .codeclimate.yml M README.rst 2 files changed, 0 insertions(+), 58 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 01f763f..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,55 +0,0 @@ -version: "2" - -checks: - argument-count: - config: - threshold: 7 - file-lines: - config: - threshold: 900 - method-complexity: - config: - threshold: 10 - method-count: - config: - threshold: 30 - method-lines: - config: - threshold: 30 - similar-code: - config: - threshold: 40 - -plugins: - duplication: - enabled: true - config: - count_threshold: 3 - mass_threshold: 40 - languages: - python: - python_version: 3 - exclude_patterns: - - "tests/link_tests.py" - - fixme: - enabled: true - config: - strings: - - BUG - - FIXME - - fixme - - hack - - TODO - - XXX - -exclude_patterns: -- "docs/" -- "!docs/conf.py" -- "tox.ini" -- "*.json" -- "*.png" -- "*.rst" -- "*.txt" -- "*.xml" -- "*.yml" diff --git a/README.rst b/README.rst index b63a5d7..b21acc6 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,6 @@ .. image:: https://codecov.io/gh/wikimedia/pywikibot/branch/master/graph/badge.svg :alt: Code coverage :target: https://app.codecov.io/gh/wikimedia/pywikibot -.. image:: https://api.codeclimate.com/v1/badges/de6ca4c66e7c7bee4156/maintainability - :alt: Maintainability - :target: https://codeclimate.com/github/wikimedia/pywikibot .. image:: https://img.shields.io/pypi/pyversions/pywikibot.svg :alt: Python :target: https://www.python.org/downloads/ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1147150?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ife461ad4e501c8986dc9bf8cf187826a0b104023 Gerrit-Change-Number: 1147150 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
