diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-21 21:19:11 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-21 21:19:11 +0200 |
| commit | b7a24e7f4945d43deebaa5b33fbcc54e29618938 (patch) | |
| tree | 8dee6b19d109b487bca23c3ab4b4e4262a550825 /Makefile | |
| parent | 78c21d260127937dba8d671b54b6eca396ae501a (diff) | |
| download | vyos-1x-b7a24e7f4945d43deebaa5b33fbcc54e29618938.tar.gz vyos-1x-b7a24e7f4945d43deebaa5b33fbcc54e29618938.zip | |
T7648: enable pylint for both migration-scripts and custom daemons (services)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -117,7 +117,8 @@ check_migration_scripts_executable: .PHONE: pylint pylint: - @PYTHONPATH=python/ pylint --errors-only $(shell git ls-files python/vyos/ifconfig/*.py python/vyos/utils/*.py src/conf_mode/*.py src/op_mode/*.py) + @echo Running "pylint --errors-only ..." + @PYTHONPATH=python/ pylint --errors-only $(shell git ls-files python/vyos/ifconfig/*.py python/vyos/utils/*.py src/conf_mode/*.py src/op_mode/*.py src/migration-scripts src/services/vyos*) .PHONY: j2lint j2lint: |
