We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ade8e45 + fcc5e86 commit 135c2d3Copy full SHA for 135c2d3
Makefile
@@ -116,7 +116,7 @@ check_migration_scripts_executable:
116
find src/migration-scripts -type f -not -executable -print -exec false {} + || sh -c 'echo "Found files that are not executable! Add permissions." && exit 1'
117
118
.PHONE: pylint
119
-pylint:
+pylint: interface_definitions
120
@echo Running "pylint --errors-only ..."
121
@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*)
122
0 commit comments