Skip to content

Conversation

alan-agius4
Copy link
Collaborator

Since will remove lintFix usage warnings when the option is set by a default of another schematic.

Example when executing

ng generate module customers --route customers --module app.module

The lintFix default of the module schematic will be passed down to the component schematic which would cause a warning to be shown.

Closes #19169

Since will remove lintFix usage warnings when the option is set by a default of another schematic.

Example when executing
```
ng generate module customers --route customers --module app.module
```

The lintFix default of the module schematic will be passed down to the component schematic which would cause a warning to be shown.

Closes #19169
@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Oct 22, 2020
@google-cla google-cla bot added the cla: yes label Oct 22, 2020
@alan-agius4 alan-agius4 requested a review from clydin October 22, 2020 08:07
@alan-agius4 alan-agius4 merged commit affaabe into angular:master Oct 22, 2020
@alan-agius4 alan-agius4 deleted the lint-fix-default-value branch October 22, 2020 13:48
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Oct 22, 2020
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ng generate feature module produces lint warning
2 participants