Closed brettz9 closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
bbcfcbf
) to head (0b43d92
). Report is 67 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Adds new rule
prefer-catch
to prefercatch
overthen(a, b)
orthen(null, b)
.Closes #217.