Skip to content

Conversation

lasiar
Copy link
Contributor

@lasiar lasiar commented Oct 10, 2023

Count args of CallExpr.

Example: a(b(1,2)) will be 2, not 1.

fixes #1362

Copy link
Member

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 little comment, LGTM and thanks!

Count args of CallExpr.

Example: `a(b(1,2))` will be 2, not 1.

fixes go-critic#1362
@cristaloleg cristaloleg merged commit c9950fa into go-critic:master Oct 10, 2023
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.

unlambda: false positive
2 participants