This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
[Rule change] avoid-non-null-assertion
: Maybe ignore if(some.field != null) some.field!
#720
Open
Description
What rule do you want to change?
avoid-non-null-assertion
How will the change be implemented? (New option, new default behavior, etc.)?
will fill out more details if interested
Please provide some example code that this change will affect:
What does the rule currently do for this code?
What will the rule do after it's changed?
Are you willing to submit a pull request to implement this change?