From 2ef06b8a9e4b56bc37559600735cb6cd6534e714 Mon Sep 17 00:00:00 2001 From: Tomasz Korzeniowski Date: Fri, 4 Mar 2016 10:21:57 +0100 Subject: [PATCH] codebeat badge Is it fine to add codebeat badge to README? codebeat is automated code review tool for Swift, Ruby & Go 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61981d4..0fbd7a5 100644 --- a/README.md +++ b/README.md @@ -5,6 +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,