From: Xavier RENE-CORAIL Date: Fri, 14 Sep 2018 11:06:53 +0000 (+0100) Subject: Add LGTM.com code quality badges X-Git-Tag: v3.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c319c5666d3670876c23cd56fd50b0a8b2bc8ab6;p=thirdparty%2Fccache.git Add LGTM.com code quality badges --- diff --git a/README.md b/README.md index d6b127d8f..63bed113c 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