Skip to content

Commit 135c2d3

Browse files
authored
Merge pull request #4615 from c-po/t7648-Makefile-fix
T7648: pylint depends on XML cache generated in interface_definitions
2 parents ade8e45 + fcc5e86 commit 135c2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ check_migration_scripts_executable:
116116
find src/migration-scripts -type f -not -executable -print -exec false {} + || sh -c 'echo "Found files that are not executable! Add permissions." && exit 1'
117117

118118
.PHONE: pylint
119-
pylint:
119+
pylint: interface_definitions
120120
@echo Running "pylint --errors-only ..."
121121
@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*)
122122

0 commit comments

Comments
 (0)