mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Build: add makeaci lint target
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
f31a489d24
commit
b54e9e86df
@ -52,7 +52,11 @@ endif WITH_PYLINT
|
||||
if WITH_JSLINT
|
||||
JSLINT_TARGET = jslint
|
||||
endif WITH_JSLINT
|
||||
lint: $(PYLINT_TARGET) $(JSLINT_TARGET)
|
||||
lint: acilint $(PYLINT_TARGET) $(JSLINT_TARGET)
|
||||
|
||||
.PHONY: acilint
|
||||
acilint:
|
||||
cd $(srcdir); ./makeaci --validate
|
||||
|
||||
.PHONY: pylint
|
||||
pylint:
|
||||
|
Loading…
Reference in New Issue
Block a user