From 2311c7b30a2d765caf60aeed8f04f5aecb475b27 Mon Sep 17 00:00:00 2001 From: Marat Reimers <16486128+maratori@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:14:31 +0100 Subject: [PATCH] Remove broken badge --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 516bb51..863b471 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# testableexamples
[![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Maintainability][codeclimate-img]][codeclimate-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url] +# testableexamples
[![go minimal version][go-img]][go-url] [![go tested version][go-latest-img]][go-latest-url] [![CI][ci-img]][ci-url] [![Codecov][codecov-img]][codecov-url] [![Go Report Card][goreportcard-img]][goreportcard-url] [![License][license-img]][license-url] [![Go Reference][godoc-img]][godoc-url] Linter checks if examples are testable (have an expected output). @@ -111,8 +111,6 @@ And there is no alternative for that, please use `golangci-lint`. [ci-url]: https://github.com/maratori/testableexamples/actions/workflows/ci.yml [codecov-img]: https://codecov.io/gh/maratori/testableexamples/branch/main/graph/badge.svg?token=VMXc2fc7cJ [codecov-url]: https://codecov.io/gh/maratori/testableexamples -[codeclimate-img]: https://api.codeclimate.com/v1/badges/47ed5db4a7595d4f95d5/maintainability -[codeclimate-url]: https://codeclimate.com/github/maratori/testableexamples/maintainability [goreportcard-img]: https://goreportcard.com/badge/github.com/maratori/testableexamples [goreportcard-url]: https://goreportcard.com/report/github.com/maratori/testableexamples [license-img]: https://img.shields.io/github/license/maratori/testableexamples.svg