Skip to content

Commit 7861ca5

Browse files
avivkellertargos
authored andcommitted
build: print Running XYZ linter... for py and yml
PR-URL: #54386 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a97841e commit 7861ca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ lint-py-build:
15431543
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
15441544
# Lint the Python code with ruff.
15451545
lint-py:
1546-
tools/pip/site-packages/bin/ruff --version
1546+
$(info Running Python linter...)
15471547
tools/pip/site-packages/bin/ruff check .
15481548
else
15491549
lint-py:
@@ -1563,6 +1563,7 @@ lint-yaml-build:
15631563
# Lints the YAML files with yamllint.
15641564
lint-yaml:
15651565
@if [ -d "tools/pip/site-packages/yamllint" ]; then \
1566+
$(info Running YAML linter...) \
15661567
PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \
15671568
else \
15681569
echo 'YAML linting with yamllint is not available'; \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy