Skip to content

Commit e85cc9f

Browse files
authored
Fix linting in ci (#64)
1 parent f944a0f commit e85cc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pipeline {
104104
success {
105105
// Record & publish ESLint issues
106106
recordIssues enabledForFailure: true, publishAllIssues: true, aggregatingResults: true,
107-
tools: [esLint(pattern: 'node_modules/**/*/eslint.xml')],
107+
tools: [esLint(pattern: './eslint.xml')],
108108
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]]
109109
}
110110
failure {

0 commit comments

Comments
 (0)