From 72e8d861b6163bb8cd0756d1eeadfbf4035a6156 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 17 Feb 2020 00:06:38 +0000 Subject: [PATCH] Add README badges for LGTM (#5831) Based on our recent discussion in Slack. See #5821 for an example PR that uses the LGTM check. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cc33dd8247..7e9bf8e806 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,7 @@ We thank the following organisations for their services used in Wagtail's develo [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Version](https://img.shields.io/pypi/v/wagtail.svg)](https://pypi.python.org/pypi/wagtail/) [![Coverage](https://codecov.io/github/wagtail/wagtail/coverage.svg?branch=master)](https://codecov.io/github/wagtail/wagtail?branch=master) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/wagtail/wagtail.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/wagtail/wagtail/alerts/) +[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/wagtail/wagtail.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/wagtail/wagtail/context:python) +[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/wagtail/wagtail.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/wagtail/wagtail/context:javascript) [![Slack](https://wagtail-slack.now.sh/badge.svg)](https://wagtail-slack.now.sh)