diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-03-07 13:37:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 13:37:55 -0600 |
| commit | 36542e14afbbca59b643e3cb9959f235e92a11e9 (patch) | |
| tree | 2f84a96aeb624d7305a33dabdd6ca72ef5b7b469 /Makefile | |
| parent | 479e3d78ba9280ccb30b8e42c1f12b9fc5ae0522 (diff) | |
| parent | 5b1b2b8d9a057731963a40bb3af2c8b9bc910e24 (diff) | |
| download | vyos-1x-36542e14afbbca59b643e3cb9959f235e92a11e9.tar.gz vyos-1x-36542e14afbbca59b643e3cb9959f235e92a11e9.zip | |
Merge pull request #5031 from c-po/pylint-t8347
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 |
