summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier RENE-CORAIL <xavier.renecorail@gmail.com>2018-09-14 12:06:53 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-10-02 22:15:27 +0200
commitc319c5666d3670876c23cd56fd50b0a8b2bc8ab6 (patch)
tree2c1cb29aafb5e2c5981d2be55d30e067bbdfd4f3
parentb693475eb96963f9fc6de5d2a4d6a4fabc553779 (diff)
downloadccache-c319c5666d3670876c23cd56fd50b0a8b2bc8ab6.tar.gz
Add LGTM.com code quality badges
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6b127d8..63bed113 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ ccache – a fast compiler cache
==============================
[![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache)
+[![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/context:cpp)
+[![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts)
ccache is a compiler cache. It speeds up recompilation by caching the result of
previous compilations and detecting when the same compilation is being done