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
It's pretty rare for people to actually intend to do bitwise-or with constants; making this a lint error when the "base" is either 2 or 10 would likely save quite a few people some frustrating debugging (or silent errors)
The text was updated successfully, but these errors were encountered:
It's pretty rare for people to actually intend to do bitwise-or with constants; making this a lint error when the "base" is either 2 or 10 would likely save quite a few people some frustrating debugging (or silent errors)
The text was updated successfully, but these errors were encountered: