You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude bool literals and char literals instead of types
Bool literals do not always have a bool type so we exclude them
using the bool literal class.
We exclude using the char literal class to reduce duplication
and increase coverage in case of new char literals.
0 commit comments