diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-22 16:40:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 16:40:09 +0200 |
| commit | 135c2d3920901f3e6127450c64b627c52e7ba23a (patch) | |
| tree | 9e02f0e74d81dc8c76d8ac5fc845217d5dcb426c | |
| parent | ade8e4515f7f9204ce65d38e041cc013a9a49071 (diff) | |
| parent | fcc5e8614a0e7f883bc290b5a044cefacc326987 (diff) | |
| download | vyos-1x-135c2d3920901f3e6127450c64b627c52e7ba23a.tar.gz vyos-1x-135c2d3920901f3e6127450c64b627c52e7ba23a.zip | |
Merge pull request #4615 from c-po/t7648-Makefile-fix
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*) |
