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
Implementation of RSPEC-2183 (Ints and longs should not be shifted by zero or more than their number of bits-1) is currently raising issues which can be perceived as noise. These issues should be removed.
Very often this is used for cosmetic reasons, to make the code more readable:
Implementation of RSPEC-2183 (Ints and longs should not be shifted by zero or more than their number of bits-1) is currently raising issues which can be perceived as noise. These issues should be removed.
Very often this is used for cosmetic reasons, to make the code more readable:
We can reduce the noise significantly by using the following 2 exceptions:
The text was updated successfully, but these errors were encountered: