Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Issue #11864: Enable UseCheckNotNull rule for detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Mar 24, 2022
1 parent 2cf5ab4 commit fbb0fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ style:
UseArrayLiteralsInAnnotations:
active: false
UseCheckNotNull:
active: false
active: true
UseCheckOrError:
active: false
UseDataClass:
Expand Down

0 comments on commit fbb0fea

Please sign in to comment.