From 5851bf70fac59dc0f74ae531f8b024dd2091fd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 11 Sep 2018 23:45:02 +0200 Subject: [PATCH] Add LGTM badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ddcf80..d3a7bfe 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ FUSE filesystem for reading macOS sparse-bundle disk images. [![Build Status][buildstatus]][travisci] [![CodeFactor][codefactor-badge]][codefactor-link] +[![LGTM][lgtm-badge]][lgtm-link] [![License][license]][bsd] Mac OS X 10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is @@ -153,6 +154,9 @@ This software is licensed under the [BSD two-clause "simplified" license][bsd]. [codefactor-badge]: https://www.codefactor.io/repository/github/torarnv/sparsebundlefs/badge [codefactor-link]: https://www.codefactor.io/repository/github/torarnv/sparsebundlefs +[lgtm-badge]: https://img.shields.io/lgtm/alerts/g/torarnv/sparsebundlefs.svg?label=LGTM +[lgtm-link]: https://lgtm.com/projects/g/torarnv/sparsebundlefs/ + [osxfuse]: http://osxfuse.github.com/ "Fuse for OSX" [fuse]: http://fuse.sourceforge.net/ "FUSE" [bsd]: http://opensource.org/licenses/BSD-2-Clause "BSD two-clause license"