From 7b54529862bfc0755a263751158dc5071c8fce34 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 29 Jul 2025 08:29:57 +0900 Subject: [PATCH] README: remove Code Climate badge as the service has ended (#5035) **Which issue(s) this PR fixes**: * Fixes #5034 **What this PR does / why we need it**: Remove the Code Climate badge as the service has ended. It appears that it hasn't been used recently, so just removing it would be sufficient for now. **Docs Changes**: Not needed. **Release Note**: Not needed. Signed-off-by: Daijiro Fukuda --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5e88a13247..1b43e5f21d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Fluentd: Open-Source Log Collector [![Testing on Ubuntu](https://github.com/fluent/fluentd/actions/workflows/linux-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/linux-test.yaml) [![Testing on Windows](https://github.com/fluent/fluentd/actions/workflows/windows-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/windows-test.yaml) [![Testing on macOS](https://github.com/fluent/fluentd/actions/workflows/macos-test.yaml/badge.svg?branch=master)](https://github.com/fluent/fluentd/actions/workflows/macos-test.yaml) -[![Code Climate](https://codeclimate.com/github/fluent/fluentd/badges/gpa.svg)](https://codeclimate.com/github/fluent/fluentd) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1189/badge)](https://bestpractices.coreinfrastructure.org/projects/1189) [Fluentd](https://www.fluentd.org/) collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Fluentd helps you unify your logging infrastructure (Learn more about the [Unified Logging Layer](https://www.fluentd.org/blog/unified-logging-layer)).