From 6432f165dbbac2e5c85461028550968bb31b760e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jegors=20=C4=8Cemisovs?= Date: Wed, 31 Jul 2024 09:21:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b3285a..c2f2873 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rabestro_codereview-task1-ip-addresses&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rabestro_codereview-task1-ip-addresses) - # IPv4 addresses A simple task to count the number of unique IPv4 addresses in a huge file. @@ -132,4 +130,4 @@ If additional verification is required, then you can either add a filter to the or implement a converter where there will be an additional check of the address for correctness. In the catalog `src/jmh` you will find benchmarks where several implementations of converters are considered. -At the moment, the solution seems to be close to optimal. \ No newline at end of file +At the moment, the solution seems to be close to optimal.