aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-16 12:53:38 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-16 12:53:38 -0400
commit90a206d3321dcf8b1ad362501cada5e80135891c (patch)
tree0cf05b643a5fc424b52755aa4150d0587f054259
parent0412c17a6566a3cc5d324773abcf6e8a1ad40bc6 (diff)
downloadrneovim-90a206d3321dcf8b1ad362501cada5e80135891c.tar.gz
rneovim-90a206d3321dcf8b1ad362501cada5e80135891c.tar.bz2
rneovim-90a206d3321dcf8b1ad362501cada5e80135891c.zip
doc: add clang analysis badge to README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9968d16177..b65d22744a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@
[![Build Status](https://travis-ci.org/neovim/neovim.svg?branch=master)](https://travis-ci.org/neovim/neovim)
[![Stories in Ready](https://badge.waffle.io/neovim/neovim.png?label=ready)](https://waffle.io/neovim/neovim)
[![Coverage Status](https://img.shields.io/coveralls/neovim/neovim.svg)](https://coveralls.io/r/neovim/neovim)
-[![Coverity Scan Build Status](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
+[![Coverity Scan Build](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
+[![Clang Scan Build](http://img.shields.io/badge/clang-analysis-blue.svg)](http://neovim.org/doc/build-reports/clang)
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=461131)](https://www.bountysource.com/trackers/461131-neovim?utm_source=461131&utm_medium=shield&utm_campaign=TRACKER_BADGE)
Neovim is a project that seeks to aggressively refactor Vim in order to: