Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 67834ee

Browse filesBrowse files
avivkellermarco-ippolito
authored andcommitted
build: print Running XYZ linter... for py and yml
PR-URL: #54386 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 93ac799 commit 67834ee
Copy full SHA for 67834ee

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ lint-py-build:
15381538
ifneq ("","$(wildcard tools/pip/site-packages/ruff)")
15391539
# Lint the Python code with ruff.
15401540
lint-py:
1541-
tools/pip/site-packages/bin/ruff --version
1541+
$(info Running Python linter...)
15421542
tools/pip/site-packages/bin/ruff check .
15431543
else
15441544
lint-py:
@@ -1558,6 +1558,7 @@ lint-yaml-build:
15581558
# Lints the YAML files with yamllint.
15591559
lint-yaml:
15601560
@if [ -d "tools/pip/site-packages/yamllint" ]; then \
1561+
$(info Running YAML linter...) \
15611562
PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \
15621563
else \
15631564
echo 'YAML linting with yamllint is not available'; \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.