-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
area: @angular/cliarea: docsRelated to the documentationRelated to the documentationfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken
Milestone
Description
Description
The ng lint
command line reference incorrectly states that, "When a project name is not supplied, executes the lint builder for the default project." In fact, like ng test
it will execute for all projects.
What is the affected URL?
Please provide the steps to reproduce the issue
- Clone TrevorKarjanis/angular-cli-issue-21619.
- Run
npm install
. - Run
ng lint
.
Please provide the expected behavior vs the actual behavior you encountered
As per the documentation, the command should only execute on the default project. Instead, it executes on all projects. This is reasonable, but the documentation does not reflect that.
Please provide a screenshot if possible
Please provide the exception or error you saw
"When a project name is not supplied, executes the lint builder for the default project."
Is this a browser-specific issue? If so, please specify the device, browser, and version.
No response
Metadata
Metadata
Assignees
Labels
area: @angular/cliarea: docsRelated to the documentationRelated to the documentationfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken