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

chore: reformat ast mergepositionlist because gosec is buggy #890

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

jaqx0r
Copy link
Contributor

@jaqx0r jaqx0r commented Jun 24, 2024

gosec thinks that l[0].Pos() is an index out of range error.

`gosec` thinks that `l[0].Pos()` is an index out of range error.
internal/runtime/compiler/ast/ast.go Dismissed Show dismissed Hide dismissed
internal/runtime/compiler/ast/ast.go Dismissed Show dismissed Hide dismissed
internal/runtime/compiler/ast/ast.go Dismissed Show dismissed Hide dismissed
internal/runtime/compiler/ast/ast.go Dismissed Show dismissed Hide dismissed
Copy link
Contributor

Unit Test Results

    1 files     27 suites   8m 39s ⏱️
  649 tests   647 ✅ 2 💤 0 ❌
1 920 runs  1 914 ✅ 6 💤 0 ❌

Results for commit 85de4e1.

@jaqx0r jaqx0r added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit a6387e0 Jun 24, 2024
20 checks passed
@jaqx0r jaqx0r deleted the gosec-is-dumb branch June 24, 2024 14:13
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.

1 participant