Add LGTM badge

This commit is contained in:
Tor Arne Vestbø
2018-09-11 23:45:02 +02:00
parent 9ac1d2d230
commit 5851bf70fa

View File

@@ -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"