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
In our style guide it is mentioned that the integer_arithmetic lint must be enabled, but this lint was renamed to arithmetic_side_effects. The new lint should be used in all our projects.
Summary
Enable arithmetic_side_effects lint
Description
In our style guide it is mentioned that the
integer_arithmetic
lint must be enabled, but this lint was renamed toarithmetic_side_effects
. The new lint should be used in all our projects.The following steps needs to be done:
catalyst-ci
: feat(rust): Enable the 'arithmetic-side-effects' Clippy lint catalyst-ci#365catalyst-voices
: feat(cat-voices): Enable the 'arithmetic_side_effects' Clippy lint #1456catalyst-libs
repository.The text was updated successfully, but these errors were encountered: