Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[linter] Exclude G115 - integer overflow #161

Merged
merged 1 commit into from
Sep 10, 2024
Merged

[linter] Exclude G115 - integer overflow #161

merged 1 commit into from
Sep 10, 2024

Conversation

jbygdell
Copy link
Contributor

@jbygdell jbygdell commented Sep 9, 2024

When the language has no solution to check the overflow in time of convert, so linter shouldn't check the overflow.

When the language has no solution to check the overflow in time of convert, so linter shouldn't check the overflow.
@jbygdell jbygdell requested a review from a team September 9, 2024 09:31
@jbygdell jbygdell self-assigned this Sep 9, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.37%. Comparing base (610ac3f) to head (cfde072).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   52.37%   52.37%           
=======================================
  Files           9        9           
  Lines        1264     1264           
=======================================
  Hits          662      662           
  Misses        483      483           
  Partials      119      119           
Flag Coverage Δ
unittests 52.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jbygdell jbygdell merged commit 82d00c3 into master Sep 10, 2024
6 checks passed
@jbygdell jbygdell deleted the hotfix/linter branch September 10, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants