diff --git a/executor/Makefile b/executor/Makefile index c3ea7b3b0c..49b2a5e61f 100644 --- a/executor/Makefile +++ b/executor/Makefile @@ -111,5 +111,4 @@ lint: licenses/dep.txt git \ --no-pager diff \ --exit-code \ - --name-only \ ./licenses diff --git a/operator/Makefile b/operator/Makefile index 2f2f41b86d..52a86df797 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -26,7 +26,6 @@ lint: licenses/dep.txt git \ --no-pager diff \ --exit-code \ - --name-only \ ./licenses # Run tests diff --git a/python/Makefile b/python/Makefile index 701208a6d5..58e342365a 100644 --- a/python/Makefile +++ b/python/Makefile @@ -109,7 +109,6 @@ lint: licenses git \ --no-pager diff \ --exit-code \ - --name-only \ ./licenses .PHONY: clean