From 021b6c65523a00b49cadf15b8c34dce927a38a04 Mon Sep 17 00:00:00 2001 From: Tomasz Korzeniowski Date: Mon, 7 Mar 2016 13:01:50 +0100 Subject: [PATCH] codebeat badge Is it fine to add codebeat badge to README? codebeat is automated code review tool for Swift,Ruby,Go & Python that helps get instant feedback on code quality. "Quick wins" suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors. FYI. To be fully open and honest. I'm co-founder of codebeat. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61981d4..864c5b1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/cocoapods/l/SwiftString.svg?style=flat)](http://cocoapods.org/pods/SwiftString) [![Platform](https://img.shields.io/cocoapods/p/SwiftString.svg?style=flat)](http://cocoapods.org/pods/SwiftString) [![Swift-2.1](http://img.shields.io/badge/Swift-2.1-blue.svg)]() - +[![codebeat](https://codebeat.co/badges/47b76e5a-58be-4900-b66c-39f9d2a20772)](https://codebeat.co/projects/github-com-amayne-swiftstring) SwiftString is a lightweight string extension for Swift. This library was motivated by having to search StackOverflow for common string operations, and wanting them to be in one place with test coverage.