summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-03-05 21:12:39 +0000
committerChristian Breunig <christian@breunig.cc>2026-03-05 22:18:56 +0100
commit5b1b2b8d9a057731963a40bb3af2c8b9bc910e24 (patch)
tree0f30c2911cd83f3d34886c7f0af5025bfe3067fd /Makefile
parent8e9e278750ee52a0d7e057c0666555b03880ced0 (diff)
downloadvyos-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6a5b123c..131f05917 100644
--- a/Makefile
+++ b/Makefile
@@ -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