-
Notifications
You must be signed in to change notification settings - Fork 12
Detect console.logs and its equivalent in other languages #324
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThe 15 commits in this Pull Request are focused on the business logic of detecting and handling GitHub PRs
Click here to login to Jira No results found in Linear Tickets :( Click here to login to Asana |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a test, right?
Does not seem to work.
As stated in the description, yes |
This PR contains console logs. Please remove them. |
This PR contains console logs in file app/api/actions/github/route.ts. Please remove them. |
This PR contains console logs in file utils/actions/labelPullRequest.ts. Please remove them. |
Co-authored-by: Esteban Dalel R <estebandalelr@gmail.com>
This PR contains console logs in file utils/actions/detectConsoleLogs.ts. Please remove them. |
This PR contains console logs in file utils/actions/labelPullRequest.ts. Please remove them. |
This PR contains console logs in file app/api/actions/github/route.ts. Please remove them. |
Description
The goal of this PR is to detect
console.log()
s and its equivalent in other languages (System.out.println()
,println()
,print()
,fmt.Println()
, etc.). The initial goal is to successfully detect such. Then we can comment them and add them to the PR Rating score.Type of change
Notes
I am initially sending this PR with a simple
console.log()
to test this PR.Acceptance