| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1543,7 +1543,7 @@ lint-py-build: | |||
| 1543 | 1543 | ifneq ("","$(wildcard tools/pip/site-packages/ruff)") | |
| 1544 | 1544 | # Lint the Python code with ruff. | |
| 1545 | 1545 | lint-py: | |
| 1546 | - tools/pip/site-packages/bin/ruff --version | ||
| 1546 | + $(info Running Python linter...) | ||
| 1547 | 1547 | tools/pip/site-packages/bin/ruff check . | |
| 1548 | 1548 | else | |
| 1549 | 1549 | lint-py: | |
@@ -1563,6 +1563,7 @@ lint-yaml-build: | |||
| 1563 | 1563 | # Lints the YAML files with yamllint. | |
| 1564 | 1564 | lint-yaml: | |
| 1565 | 1565 | @if [ -d "tools/pip/site-packages/yamllint" ]; then \ | |
| 1566 | + $(info Running YAML linter...) \ | ||
| 1566 | 1567 | PYTHONPATH=tools/pip $(PYTHON) -m yamllint .; \ | |
| 1567 | 1568 | else \ | |
| 1568 | 1569 | echo 'YAML linting with yamllint is not available'; \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments