raiden00pl commented on code in PR #3657:
URL: https://github.com/apache/nuttx-apps/pull/3657#discussion_r3654864519


##########
system/readline/readline_common.c:
##########
@@ -733,7 +1638,34 @@ ssize_t readline_common(FAR struct rl_common_s *vtbl, FAR 
char *buf,
 #ifdef CONFIG_READLINE_TABCOMPLETION
       else if (ch == '\t') /* TAB character */
         {
+          /* When tab_completion() finds a match (or lists several), it

Review Comment:
   just add in your prompt or claude configuration: "be strict in docstring, 
commit message and documentation" or something similar



##########
system/readline/readline_common.c:
##########
@@ -733,7 +1638,34 @@ ssize_t readline_common(FAR struct rl_common_s *vtbl, FAR 
char *buf,
 #ifdef CONFIG_READLINE_TABCOMPLETION
       else if (ch == '\t') /* TAB character */
         {
+          /* When tab_completion() finds a match (or lists several), it

Review Comment:
   @acassis just add in your prompt or claude configuration: "be strict in 
docstring, commit message and documentation" or something similar



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to