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
The conversion of an int64 to an uint64 was marked as a potential
overflow, since it might lose precision. However, in this case this
should be of no issue since only the binary representation matters, not
the actual numeric value.
So a "nolint" tag was added next to an explanatory comment.
Fixes#289.
oxzi
linked a pull request
Mar 12, 2025
that will
close
this issue
https://github.com/Icinga/icinga-notifications/actions/runs/13787470238/job/38558797072
The text was updated successfully, but these errors were encountered: