From 7ed8ecb671e89f3a2e7d6a44f4879a9b58df2b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Fri, 7 Feb 2025 17:35:52 +0800 Subject: [PATCH] feat(lint): add component property to CodeLintExecutor for enhanced configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- .../src/com/freeleaps/devops/CodeLintExecutor.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/first-class-pipeline/src/com/freeleaps/devops/CodeLintExecutor.groovy b/first-class-pipeline/src/com/freeleaps/devops/CodeLintExecutor.groovy index a7bea1f9..8c7c96ca 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/CodeLintExecutor.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/CodeLintExecutor.groovy @@ -17,6 +17,7 @@ class CodeLintExecutor { this.workspace = workspace this.configs = configs this.linterType = linterType + this.component = component } def execute() {