From fab57899675d96d1d6c7dfb41c85abdba072b072 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 2 Jul 2024 11:40:05 +0200 Subject: [PATCH] Fix linting in ci --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f076e5..2b76ae6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,7 +137,7 @@ pipeline { success { // Record & publish ESLint issues recordIssues enabledForFailure: true, publishAllIssues: true, aggregatingResults: true, - tools: [esLint(pattern: 'node_modules/**/*/eslint.xml')], + tools: [esLint(pattern: './eslint.xml')], qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]] withChecks('Tests') {