File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- import { TargetSpecifier } from '@angular-devkit/architect' ;
98import { ArchitectCommand , ArchitectCommandOptions } from '../models/architect-command' ;
109import { Arguments } from '../models/interface' ;
1110import { Schema as LintCommandSchema } from './lint' ;
@@ -14,12 +13,6 @@ export class LintCommand extends ArchitectCommand<LintCommandSchema> {
1413 public readonly target = 'lint' ;
1514 public readonly multiTarget = true ;
1615
17- protected async runSingleTarget ( targetSpec : TargetSpecifier , options : string [ ] ) {
18- this . logger . info ( `Linting ${ JSON . stringify ( targetSpec . project ) } ...` ) ;
19-
20- return super . runSingleTarget ( targetSpec , options ) ;
21- }
22-
2316 public async run ( options : ArchitectCommandOptions & Arguments ) {
2417 return this . runArchitectTarget ( options ) ;
2518 }
You can’t perform that action at this time.
0 commit comments