diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-22 16:38:30 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-22 16:38:30 +0200 |
| commit | fcc5e8614a0e7f883bc290b5a044cefacc326987 (patch) | |
| tree | 0ef4617102a74f718c10e0b42ee3eb40da76b5ae | |
| parent | dea50dfb0ded322d0f2d3385e11658143a1d210a (diff) | |
| download | vyos-1x-fcc5e8614a0e7f883bc290b5a044cefacc326987.tar.gz vyos-1x-fcc5e8614a0e7f883bc290b5a044cefacc326987.zip | |
T7648: pylint depends on XML cache generated in interface_definitions
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |
