summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-06 10:48:11 +0200
committerGitHub <noreply@github.com>2024-04-06 10:48:11 +0200
commite60e2ea6d951b0b0986f95c1f18d1a447f5511a7 (patch)
treec5088bf0796049376a590b8af72277444d572657 /Makefile
parentdf2add521c17441698ff93402124049f63ffba8f (diff)
parent489e6fababa60d9c0fbfdb421305cbe563432499 (diff)
downloadvyos-1x-e60e2ea6d951b0b0986f95c1f18d1a447f5511a7.tar.gz
vyos-1x-e60e2ea6d951b0b0986f95c1f18d1a447f5511a7.zip
Merge pull request #3260 from c-po/spring-cleaning-3
T6199: remove unused Python imports from migration scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 432de7547..44a6e35ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
+PYLINT_FILES := $(shell git ls-files *.py src/migration-scripts)
config_xml_src = $(wildcard interface-definitions/*.xml.in)
config_xml_obj = $(config_xml_src:.xml.in=.xml)