From 0384f9e9d456c082d367e4cb62fb9460b39bbb60 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 15 Nov 2025 17:56:56 +0200 Subject: [PATCH] Added sonarqube badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6794401..65374e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LeetCode-in-Python [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/LeetCode-in-Python/LeetCode-in-Python/blob/main/LICENSE) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=LeetCode-in-Python_LeetCode-in-Python&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=LeetCode-in-Python_LeetCode-in-Python) [![](https://img.shields.io/github/stars/LeetCode-in-Python/LeetCode-in-Python?style=flat-square)](https://github.com/LeetCode-in-Python/LeetCode-in-Python) [![](https://img.shields.io/github/forks/LeetCode-in-Python/LeetCode-in-Python?style=flat-square)](https://github.com/LeetCode-in-Python/LeetCode-in-Python/fork)