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() {