Skip to content

Commit

Permalink
Issue mozilla-mobile#11864: Enable UseRequire and UseRequireNotNull r…
Browse files Browse the repository at this point in the history
…ule for detekt
  • Loading branch information
gabrielluong committed Mar 21, 2022
1 parent 834d7e7 commit de9a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@ style:
UseOrEmpty:
active: true
UseRequire:
active: false
active: true
UseRequireNotNull:
active: false
active: true
UselessCallOnNotNull:
active: true
UtilityClassWithPublicConstructor:
Expand Down

0 comments on commit de9a0de

Please sign in to comment.