diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-05 21:12:39 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-03-05 22:18:56 +0100 |
| commit | 5b1b2b8d9a057731963a40bb3af2c8b9bc910e24 (patch) | |
| tree | 0f30c2911cd83f3d34886c7f0af5025bfe3067fd /Makefile | |
| parent | 8e9e278750ee52a0d7e057c0666555b03880ced0 (diff) | |
| download | vyos-1x-5b1b2b8d9a057731963a40bb3af2c8b9bc910e24.tar.gz vyos-1x-5b1b2b8d9a057731963a40bb3af2c8b9bc910e24.zip | |
Makefile: T8347: enable pylint for all files under python/* path
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ check_migration_scripts_executable: pylint: interface_definitions @echo Running "pylint ..." @set -e; \ - PYTHONPATH="python/:smoketest/scripts/cli/" 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* smoketest/scripts); \ + PYTHONPATH="python/:smoketest/scripts/cli/" pylint --errors-only $(shell git ls-files python/**/*.py src/conf_mode/*.py src/op_mode/*.py src/migration-scripts src/services/vyos* smoketest/scripts); \ PYTHONPATH=python/ pylint --disable=all --enable=W0611 $(shell git ls-files *.py src/migration-scripts src/services) .PHONY: j2lint |
