From b9e4fd054e209cd1bbcc44871f1b59037abe0e18 Mon Sep 17 00:00:00 2001 From: John McDonnell Date: Wed, 22 Oct 2025 10:08:12 +0100 Subject: [PATCH] Draft Testing eslint changes not impacted apollo Before change looked like this --- .gitlab/ci/static-analysis.gitlab-ci.yml | 3 +-- doc-locale/.markdownlint/rules/test.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 doc-locale/.markdownlint/rules/test.js diff --git a/.gitlab/ci/static-analysis.gitlab-ci.yml b/.gitlab/ci/static-analysis.gitlab-ci.yml index 3064821cbc263f..d7eb84dcec8577 100644 --- a/.gitlab/ci/static-analysis.gitlab-ci.yml +++ b/.gitlab/ci/static-analysis.gitlab-ci.yml @@ -65,8 +65,7 @@ generate-apollo-graphql-schema: extends: - .static-analysis-base needs: - - job: generate-apollo-graphql-schema - optional: true + - generate-apollo-graphql-schema - job: compile-fe-island optional: true variables: diff --git a/doc-locale/.markdownlint/rules/test.js b/doc-locale/.markdownlint/rules/test.js new file mode 100644 index 00000000000000..f053ebf7976e37 --- /dev/null +++ b/doc-locale/.markdownlint/rules/test.js @@ -0,0 +1 @@ +module.exports = {}; -- GitLab