]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/Makefile
buildsys: enforce eslint for api-viewer
[proxmox-widget-toolkit.git] / src / Makefile
index f97c74a2757e84904c8f73e10c6cbb3a66e5560b..afbe2eca2f7e1a5a290b9b60b8a1ea2b97271bda 100644 (file)
@@ -53,6 +53,7 @@ JSSRC=                                        \
        panel/ACMEAccount.js            \
        panel/ACMEPlugin.js             \
        panel/ACMEDomains.js            \
+       panel/StatusView.js             \
        window/Edit.js                  \
        window/PasswordEdit.js          \
        window/SafeDestroy.js           \
@@ -85,8 +86,10 @@ all: ${SUBDIRS}
 
 .PHONY: lint
 check: lint
+       eslint --strict api-viewer/APIViewer.js
 lint: ${JSSRC}
        eslint --strict ${JSSRC}
+       touch ".lint-incremental"
 
 proxmoxlib.js: .lint-incremental ${JSSRC}
        # add the version as comment in the file