mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
Makefile: restore broken linter
This commit is contained in:
parent
cf2c371042
commit
e3138004ca
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -199,7 +199,7 @@ fmt:
|
||||||
lint: $(LINT_BIN)
|
lint: $(LINT_BIN)
|
||||||
@$(call print, "Linting source.")
|
@$(call print, "Linting source.")
|
||||||
$(LINT_BIN) --install 1> /dev/null
|
$(LINT_BIN) --install 1> /dev/null
|
||||||
test -z "$($(LINT))"
|
test -z "$$($(LINT))"
|
||||||
|
|
||||||
list:
|
list:
|
||||||
@$(call print, "Listing commands.")
|
@$(call print, "Listing commands.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue