README: add a LGTM badge

This commit is contained in:
Frantisek Sumsal
2019-10-29 22:39:34 +01:00
committed by Andrii Nakryiko
parent 05346cfd90
commit 32d0a03332

View File

@@ -16,7 +16,9 @@ Other header files at this repo (`include/linux/*.h`) are reduced versions of
their counterpart files at bpf-next's `tools/include/linux/*.h` to make compilation
successful.
Build [![Build Status](https://travis-ci.org/libbpf/libbpf.svg?branch=master)](https://travis-ci.org/libbpf/libbpf)
Build
[![Build Status](https://travis-ci.org/libbpf/libbpf.svg?branch=master)](https://travis-ci.org/libbpf/libbpf)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/libbpf/libbpf.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/libbpf/libbpf/alerts/)
=====
libelf is an internal dependency of libbpf and thus it is required to link
against and must be installed on the system for applications to work.