ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

Add an option to suppress comments in code review prompts for certain words

Open azyu opened this issue 1 year ago • 1 comments

Background

I'm using prompts with strong rules (e.g., only check for underflow and overflow concerns, and leave 'LGTM' if there's nothing wrong). Why did I write this prompt? Unfortunately, prompts like “Please do not add any comments” didn't work well.

But in general, if there's nothing wrong with code, end up with as many comments saying 'LGTM' as there are changed files. This is more like noise.

It would be nice to have option to not register that comment if the response contains a specific phrase.

azyu avatar Dec 03 '24 03:12 azyu

#178 hi @azyu it's also mentioned in this issue. I just supported it in the latest version. please check.

anc95 avatar Mar 16 '25 06:03 anc95