Is it possible to fail a pull request pipeline if the developer has used the "Bang Operator" ?
We are using dart linter already in our PR pipeline, is there such a rule to enforce the prohibition of the Bang Operator ?
For example, this should not be allowed
Deal deal = widget.deal!