mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 13:22:10 +02:00
makefile: syntaxerrors: detect )`
Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
This commit is contained in:
parent
e70743d756
commit
f120848ad4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ listlicenses:
|
||||||
|
|
||||||
syntaxerrors:
|
syntaxerrors:
|
||||||
@echo -e "\n Syntax errors:"
|
@echo -e "\n Syntax errors:"
|
||||||
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``'
|
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
|
||||||
|
|
||||||
contrib:
|
contrib:
|
||||||
@git shortlog -sne
|
@git shortlog -sne
|
||||||
|
|
Loading…
Add table
Reference in a new issue