summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-22 16:38:30 +0200
committerChristian Breunig <christian@breunig.cc>2025-07-22 16:38:30 +0200
commitfcc5e8614a0e7f883bc290b5a044cefacc326987 (patch)
tree0ef4617102a74f718c10e0b42ee3eb40da76b5ae
parentdea50dfb0ded322d0f2d3385e11658143a1d210a (diff)
downloadvyos-1x-fcc5e8614a0e7f883bc290b5a044cefacc326987.tar.gz
vyos-1x-fcc5e8614a0e7f883bc290b5a044cefacc326987.zip
T7648: pylint depends on XML cache generated in interface_definitions
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3235c7214..244f46518 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ check_migration_scripts_executable:
find src/migration-scripts -type f -not -executable -print -exec false {} + || sh -c 'echo "Found files that are not executable! Add permissions." && exit 1'
.PHONE: pylint
-pylint:
+pylint: interface_definitions
@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*)