Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 300 Bytes

no-non-null-assertion.md

File metadata and controls

13 lines (7 loc) · 300 Bytes

Pattern: Non-null assertion

Issue: -

Description

Disallows non-null assertions.

Rationale: Using non-null assertion cancels the benefits of the strict null checking mode.

Further Reading