wtfzambo commented on issue #116:
URL: https://github.com/apache/openserverless/issues/116#issuecomment-2850250326

   > Current annotation style seems to be in contrast with 
https://peps.python.org/pep-0008/#block-comments.
   > 
   > For this reason we need to change it. Probably we can use a regexp like 
this one: `#\w?-.*`
   
   I edited your RegEx:
   
   ```regex
   #[ ]?--[^\s-].+
   ```
   
   This is more strict, trying to match only the necessary cases, ignoring 
other comment patterns. See picture:
   
   <img width="279" alt="Image" 
src="https://github.com/user-attachments/assets/8590f6f9-bcb1-40c3-81fa-a20105ce51ea";
 />


-- 
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: dev-unsubscr...@openserverless.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to