Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on strict Angular checks that pass #3268

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Conversation

msorens
Copy link
Contributor

@msorens msorens commented Apr 2, 2020

🔩 Description: What code changed, and why?

We recently activated what I refer to as "level one" type checking via fullTemplateTypeCheck (see PR #3230). This PR starts to address "level two", which would include the single check strictInjectionParameters (not clear why this one is separate 🤷‍♂ ) and strictTemplates, which comprises a group of checks. We are not yet ready for strictTemplates because it reports quite a lot of issues to address, so instead I have itemized its components in the config file and this PR turns on all the ones that are already clean in the code base, requiring no code fixes.

⛓️ Related Resources

👍 Definition of Done

Buildkite passes

👟 How to Build and Test the Change

Run ng build -- should present no errors.

✅ Checklist

These are already clean in the code base,
requiring no code fixes.

Signed-off-by: michael sorens <[email protected]>
@msorens msorens added the chore label Apr 2, 2020
@msorens msorens self-assigned this Apr 2, 2020
@msorens msorens requested review from a team April 2, 2020 15:15
@msorens msorens marked this pull request as ready for review April 2, 2020 15:15
Copy link
Contributor

@SEAjamieD SEAjamieD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no errors in the build 👍

@msorens msorens merged commit e728f06 into master Apr 2, 2020
@msorens msorens deleted the ms/angular-9-tightening branch April 2, 2020 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants