mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
GNUmakefile: Tell Mercurial to behave consistenly
See `hg help environment.HGPLAIN`
This commit is contained in:
parent
7cd756895e
commit
4cdc9b1bd7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ coverage:
|
|||
@echo "To inspect individual files run: luacov-console -l FILENAME"
|
||||
|
||||
lint:
|
||||
$(LUACHECK) -q $$(hg files -I '**.lua') prosody prosodyctl
|
||||
$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
|
||||
@echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
|
||||
|
||||
util/%.so:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue