From a802bfda3911c6e6681dda3dd7d133373cd88d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 12 Aug 2021 23:20:21 +0200 Subject: [PATCH] ci: Include eslint-plugin-jsdoc in js image gjs started to require it in its config, so we need it if we want to keep our configuration in sync. Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8c08cc1b..898833f6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,14 +50,14 @@ workflow: .gnome-shell.fedora:34: variables: FDO_DISTRIBUTION_VERSION: 34 - FDO_DISTRIBUTION_TAG: '2021-07-07.1' + FDO_DISTRIBUTION_TAG: '2021-08-12.0' FDO_DISTRIBUTION_PACKAGES: > findutils mozjs78-devel nodejs npm meson pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0) pkgconfig(gnome-autoar-0) pkgconfig(json-glib-1.0) FDO_DISTRIBUTION_EXEC: | # For static analysis with eslint - npm install -g eslint && + npm install -g eslint eslint-plugin-jsdoc && dnf group install -y 'Development Tools' \ 'C Development Tools and Libraries' &&