mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
make lint: Add shellcheck of configure script
This commit is contained in:
parent
32a0e9805a
commit
90e3e7c116
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ coverage:
|
||||||
lint:
|
lint:
|
||||||
$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
|
$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
|
||||||
@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
|
@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
|
||||||
|
shellcheck configure
|
||||||
|
|
||||||
util/%.so:
|
util/%.so:
|
||||||
$(MAKE) install -C util-src
|
$(MAKE) install -C util-src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue