File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ check_migration_scripts_executable:
119
119
pylint : interface_definitions
120
120
@echo Running " pylint --errors-only ..."
121
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
+ @echo Running " pylint to check for unused imports ..."
123
+ @PYTHONPATH=python/ pylint --disable=all --enable=W0611 $(shell git ls-files * .py src/migration-scripts src/services)
122
124
123
125
.PHONY : j2lint
124
126
j2lint :
@@ -131,10 +133,6 @@ endif
131
133
sonar :
132
134
sonar-scanner -X -Dsonar.login=${SONAR_TOKEN}
133
135
134
- .PHONY : unused-imports
135
- unused-imports :
136
- @pylint --disable=all --enable=W0611 $(shell git ls-files * .py src/migration-scripts src/services)
137
-
138
136
deb :
139
137
dpkg-buildpackage -uc -us -tc -b
140
138
You can’t perform that action at this time.
0 commit comments