diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-13 07:14:50 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-04-13 07:14:50 +0200 |
commit | 4fbfbec70dbee79fd01a766ce3b780fb24e096f9 (patch) | |
tree | 3b5e98c436c34af7008e1f4ef9d32a0f1dcedbe8 | |
parent | d1e8dbd33ad84999ea4feea075d723068628ab1d (diff) | |
download | vyos-1x-4fbfbec70dbee79fd01a766ce3b780fb24e096f9.tar.gz vyos-1x-4fbfbec70dbee79fd01a766ce3b780fb24e096f9.zip |
T7355: check src/services Python scripts for unused imports
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ LIBS := -lzmq CFLAGS := BUILD_ARCH := $(shell dpkg-architecture -q DEB_BUILD_ARCH) J2LINT := $(shell command -v j2lint 2> /dev/null) -PYLINT_FILES := $(shell git ls-files *.py src/migration-scripts) +PYLINT_FILES := $(shell git ls-files *.py src/migration-scripts src/services) LIBVYOSCONFIG_BUILD_PATH := /tmp/libvyosconfig/_build/libvyosconfig.so LIBVYOSCONFIG_STATUS := $(shell git submodule status) |