- indexing_slicing
- integer_arithmetic
Enabling those will throw an error on usage in your codebase.
Also it's worth noting that arithmetic is only checked against overflow when building in debug mode by default.
Yes, the default behavior in release mode is even worse!
- indexing_slicing
- integer_arithmetic
Enabling those will throw an error on usage in your codebase.
Also it's worth noting that arithmetic is only checked against overflow when building in debug mode by default.