Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue mozilla-mobile#11864: Enable UseCheckNotNull rule for detekt
Browse files Browse the repository at this point in the history
gabrielluong committed Mar 22, 2022
1 parent 2f082a5 commit 1ce9898
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
@@ -598,7 +598,7 @@ style:
UseArrayLiteralsInAnnotations:
active: false
UseCheckNotNull:
active: false
active: true
UseCheckOrError:
active: false
UseDataClass:

0 comments on commit 1ce9898

Please sign in to comment.