Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

aaronliu0130
Copy link
Member

No description provided.

@aaronliu0130 aaronliu0130 requested a review from cclauss April 24, 2025 00:17
# Execute the command and capture stdout and stderr
uv run "$cpplint" $cmd > "$stdout_file" 2> "$stderr_file"
eval uv run "$cpplint" $cmd > "$stdout_file" 2> "$stderr_file"
Copy link
Member

Choose a reason for hiding this comment

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

How does this change things?

Copy link
Member Author

Choose a reason for hiding this comment

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

It makes globbing work, since otherwise we literally pass "*" to cpplint, at least on my machine.

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.

2 participants