feat(lint): add component property to CodeLintExecutor for enhanced configuration
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
f9a0b7893a
commit
7ed8ecb671
@ -17,6 +17,7 @@ class CodeLintExecutor {
|
|||||||
this.workspace = workspace
|
this.workspace = workspace
|
||||||
this.configs = configs
|
this.configs = configs
|
||||||
this.linterType = linterType
|
this.linterType = linterType
|
||||||
|
this.component = component
|
||||||
}
|
}
|
||||||
|
|
||||||
def execute() {
|
def execute() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user