Skip to content

Commit

Permalink
feat: disabled CastToNullableType rule from detekt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Jan 30, 2025
1 parent 93328a3 commit 4c4479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ potential-bugs:
CastNullableToNonNullableType:
active: true
CastToNullableType:
active: true
active: false
Deprecation:
active: false
DontDowncastCollectionTypes:
Expand Down

0 comments on commit 4c4479b

Please sign in to comment.