rspec/rules/S2346/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
213 B
Plaintext

Consistent use of "None" in flags enumerations indicates that all flag values are cleared. The value 0 should not be used to indicate any other state, since there is no way to check that the bit ``++0++`` is set.