Replies: 1 comment 3 replies
-
You can actally disable the warning in project settings: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
eg.
The analyzer could understand that the integer division is already being handled by the user.
ps. An existing solution is adding
@warning_ignore("integer_division")
but it would be nice if we don't have to add the annotation or disable the warning.Beta Was this translation helpful? Give feedback.
All reactions