574bf88e3e
Add a lint to detect cast to unsigned for abs() and suggest unsigned_… …abs() changelog: Add a [`cast_abs_to_unsigned`] that checks for uses of `abs()` that are cast to the corresponding unsigned integer type and suggest to replace them with `unsigned_abs()`.