File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ format: cshatag
23
23
clang-format -i * .c
24
24
25
25
README.md : cshatag.1 Makefile
26
- @echo " [](https://travis-ci.org/rfjakob/cshatag)" > README.md
26
+ @echo ' [](https://travis-ci.org/rfjakob/cshatag)' > README.md
27
+ @echo ' [](https://lgtm.com/projects/g/rfjakob/cshatag/alerts/)' >> README.md
28
+ @echo ' [](https://lgtm.com/projects/g/rfjakob/cshatag/context:cpp)' >> README.md
27
29
@echo >> README.md
28
30
@echo ' ```' >> README.md
29
31
MANWIDTH=80 man ./cshatag.1 >> README.md
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/rfjakob/cshatag.svg?branch=master )] ( https://travis-ci.org/rfjakob/cshatag )
2
+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/rfjakob/cshatag.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/rfjakob/cshatag/alerts/ )
3
+ [ ![ Language grade: C/C++] ( https://img.shields.io/lgtm/grade/cpp/g/rfjakob/cshatag.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/rfjakob/cshatag/context:cpp )
2
4
3
5
```
4
6
CSHATAG(1) User Manuals CSHATAG(1)
You can’t perform that action at this time.
0 commit comments