From 71158077a50934d29e403c9d6f5910d180479993 Mon Sep 17 00:00:00 2001 From: FAnett1997 <72979439+FAnett1997@users.noreply.github.com> Date: Tue, 25 May 2021 06:31:24 +0200 Subject: [PATCH] Adding code maintainability badge Dear Contributors, As professional developers, you probably must be well aware of the meaning and importance of code maintainability! It expresses how difficult and risky it is to change the code. Maintainability is affected by a variety of low-level code quality attributes, like source code metrics, code duplications, clone smells, coding issues, and so on. Being able to measure it is crucial for keeping it at desired level. We, at FrontEndART, have developed advanced algorithms based on benchmarks and quality models that allow us to quantify and track changes of code maintainability. The approach called "Probabilistic Software Quality Model" is based on the research conducted at the Software Engineering Department of University of Szeged (Hungary): https://ieeexplore.ieee.org/document/6080791. We are excited to allow open source communities to use our tool called QualityGate (https://www.quality-gate.com), which incorporates these methods, enabling them to track their projects' maintainability. If you agree that measuring, monitoring and promoting the maintainability of your project's code base adds a value to it, please accept this pull-request, which just adds a new badge to your project that shows its actual level of maintainability. If you have further questions or comments, please do not hesitate to contact us at info@frontendart.com. Best regards, FrontEndART team --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5cd511d..e568d231 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/code4craft/webmagic.png?branch=master)](https://travis-ci.org/code4craft/webmagic) +[![Maintainability](https://cloud.quality-gate.com/dashboard/api/badge?projectName=code4craft_webmagic&branchName=master)](https://cloud.quality-gate.com/dashboard/branches/68353#overview) >A scalable crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent. It can simplify the development of a specific crawler.