Skip to content

Commit

Permalink
chore(revive): disable unchecked-type-assertion
Browse files Browse the repository at this point in the history
This probably should be re-enabled at some point.
  • Loading branch information
roikol committed Sep 28, 2023
1 parent c96563b commit 2def7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .revive.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ enableAllRules = true
Disabled = true # TODO: rename variables correctly
[rule.var-declaration]
Disabled = false
[rule.unchecked-type-assertion]
Disabled = true
[rule.unconditional-recursion]
Disabled = false
[rule.unexported-naming]
Expand Down

0 comments on commit 2def7dd

Please sign in to comment.